On 30/01/13 17:48, Michael Stahl wrote:
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
since i don't know anything about this OLE stuff anyway, is there any reason not to get rid of the OWNGUID case?
looking at the scp2 history it appears that oleautobridge2 library was never shipped with OOo and presumably only shipped with StarOffice (which had a separate scp2_so directory in an internal repo) so i've removed oleautobridge2 now on master.