[Libreoffice-commits] .: cli_ure/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Dec 20 02:30:53 PST 2012


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

New commits:
commit 16f856a5ca827602362692907dfcf287aa91602e
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Dec 20 11:30:29 2012 +0100

    Adapt climaker to cppu::bootstrap_InitialComponentContext removal
    
    Change-Id: If7172ff8b8724d0c915aabd42608594ab0c71042

diff --git a/cli_ure/source/climaker/climaker_app.cxx b/cli_ure/source/climaker/climaker_app.cxx
index 7d5ad48..ba56b35 100644
--- a/cli_ure/source/climaker/climaker_app.cxx
+++ b/cli_ure/source/climaker/climaker_app.cxx
@@ -452,8 +452,7 @@ SAL_IMPLEMENT_MAIN()
         }
 
         // bootstrap uno
-        xContext = ::cppu::bootstrap_InitialComponentContext(
-            Reference< registry::XSimpleRegistry >() );
+        xContext = ::cppu::defaultBootstrap_InitialComponentContext();
         Reference< container::XHierarchicalNameAccess > xTDmgr(
             xContext->getValueByName(
                 OUSTR("/singletons/com.sun.star.reflection."


More information about the Libreoffice-commits mailing list