Solarmutex Deadlock when Closing Calc which contains functions with XVolatileResult return values
Stephan Bergmann
sbergman at redhat.com
Tue Aug 14 00:51:36 PDT 2012
On 08/14/2012 12:35 AM, anwen wrote:
> I implemented the above code with c++ . However, it did not work. Anything
> wrong with the following code:
> m_xCC is a given Reference<XComponentContext>
>
> Reference<XEventBroadcaster>
> xBrd(m_xCC->getServiceManager()->createInstanceWithContext(OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.frame.GlobalEventbroadcaster")),
it's "GlobalEventBroadcaster" (with a capital "B")
Stephan
> m_xCC), UNO_QUERY); //xBrd is still empty, not sure why?
More information about the LibreOffice
mailing list