On 3/25/13 5:22 PM, Ariel Constenla-Haile wrote:
> On Mon, Mar 25, 2013 at 12:58:17PM -0300, Ariel Constenla-Haile
> wrote:
>>> I gave a new built trunk version a try on my MacBook and the
>>> presenter screen doesn't work. AOO 3.4.1 worked.
>> 
>> It works on Windows and Linux, where I could test. Did you check
>> if the libraries were even delivered from the module?
>> 
>> This should copy the libraries: 
>> http://svn.apache.org/viewvc/openoffice/trunk/main/sdext/prj/d.lst?revision=1457159&view=markup
>>
>> 
..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\*.dylib
>> 
>> Or even installed? 
>> http://svn.apache.org/viewvc/openoffice/trunk/main/scp2/source/ooo/file_library_ooo.scp?revision=1457159&view=markup#l1340
>>
>> 
UNXSUFFIX is .dylib, so this look fine.
>> 
> 
> If delivered, and installed, see if the components can be
> instantiated:
> 
> Sub Test Dim oPresenterJob as Object Dim oPresenterProtocol as
> Object Dim oMinimizer as Object Dim oMinimizerDlg as Object
> 
> oPresenterJob=
> CreateUnoService("com.sun.star.comp.Draw.framework.PresenterScreenJob")
>
> 
oPresenterProtocol=
CreateUnoService("vnd.sun.star.sdext.presenter.PresenterProtocolHandler")
> 
> oMinimizer=
> CreateUnoService("com.sun.star.comp.ui.dialogs.PresentationMinimizerDialog")
>
> 
oMinimizerDlg = CreateUnoService("com.sun.star.comp.PPPOptimizerImp")
> End Sub
> 
> Now that I look at this, even if there is no profile migration, I
> should change the names to avoid name clashes.

I did a quick check and the macro worked, all services could be
instantiated. I removed the user profile and ow it works which is of
course good. I thought I had started with a clean user profile
yesterday already.

Juergen

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

Reply via email to