Issue 102331

Summary: createUnoService("com.sun.star.frame.DispatchHelper") return null
Product: App Dev Reporter: gerix <gerix>
Component: apiAssignee: AOO issues mailing list <issues>
Status: UNCONFIRMED --- QA Contact:
Severity: Trivial    
Priority: P3 CC: issues
Version: 3.3.0 or older (OOo)   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description gerix 2009-05-28 14:12:10 UTC
I try to use DispatchHelper with Java API and it always return null. Then I try
to use it directly in OOBasic and it return null. I make this test under OO 2.2
and the same macro works.

Here the code that don't work under OO 3.1:
dim document   as object
dim dispatcher as object
document   = ThisComponent.CurrentController.Frame
dispatcher = createUnoService("com.sun.star.frame.DispatchHelper")
dispatcher.executeDispatch(document, ".uno:Copy", "", 0, Array())


Dispatcher is always null.
Comment 1 jsc 2009-05-29 09:08:53 UTC
jsc -> cd: seems to be one for the framework, can you please take of it