Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index



in the extensions module we currently build 2 Library_oleautobridge.

only difference seems to be one is built with -DOWNGUID.

#ifndef OWNGUID
// GUID used since 5.2 ( src569 m)
// {82154420-0FBF-11d4-8313-005004526AB4}
DEFINE_GUID(OID_ServiceManager, 0x82154420, 0xfbf, 0x11d4, 0x83, 0x13, 0x0, 0x50, 0x4, 0x52, 
0x6a, 0xb4);
#else
// Alternative GUID
// {D9BB9D1D-BFA9-4357-9F11-9A2E9061F06E}
DEFINE_GUID(OID_ServiceManager, 0xd9bb9d1d, 0xbfa9, 0x4357, 0x9f, 0x11, 0x9a, 0x2e, 0x90, 0x61, 
0xf0, 0x6e);
#endif

#ifndef OWNGUID
    sal_Bool bOLERegister = sal_False;
#else
    sal_Bool bOLERegister = sal_True;
#endif
    sal_Bool ret = provideInstance( m_smgr, (GUID*)&OID_ServiceManager, bOLERegister );

the reference is probably to StarOffice 5.2, which is ... obsolete.

apparently it was introduced by db7e35b7fddbb7067be8bb38c526beade25abd72

    INTEGRATION: CWS c15v2_SRC680 (1.15.104); FILE MERGED
    2007/02/21 11:20:58 rt 1.15.104.1: #143485# Joined from CWS c15v1.

which is quite un-helpful.

since i don't know anything about this OLE stuff anyway, is there any
reason not to get rid of the OWNGUID case?


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.