cli_ure/source/climaker/climaker_app.cxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit b25a9a2f5896a53501838269b41b01d3b1567fa1
Author: Stephan Bergmann <[email protected]>
Date:   Tue Apr 16 10:53:34 2013 +0200

    Adapt to prefixed bootstrap_component_getFactory
    
    Change-Id: I397f339b20bf43fbe68df18c50c23f90323f3df5

diff --git a/cli_ure/source/climaker/climaker_app.cxx 
b/cli_ure/source/climaker/climaker_app.cxx
index 151c7ab..f7b1f27 100644
--- a/cli_ure/source/climaker/climaker_app.cxx
+++ b/cli_ure/source/climaker/climaker_app.cxx
@@ -466,7 +466,8 @@ SAL_IMPLEMENT_MAIN()
                 "com.sun.star.comp.stoc.RegistryTypeDescriptionProvider",
                 Reference< lang::XMultiServiceFactory >(
                     xContext->getServiceManager(), UNO_QUERY ),
-                Reference< registry::XRegistryKey >() ), UNO_QUERY );
+                Reference< registry::XRegistryKey >(), "bootstrap_" ),
+            UNO_QUERY );
         if (! xTDprov_factory.is())
         {
             throw RuntimeException(
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to