diff options
Diffstat (limited to 'padmin/source/helper.cxx')
-rw-r--r-- | padmin/source/helper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/padmin/source/helper.cxx b/padmin/source/helper.cxx index e9bc7ad7532c..3c2df34439f4 100644 --- a/padmin/source/helper.cxx +++ b/padmin/source/helper.cxx @@ -61,7 +61,7 @@ ResId padmin::PaResId( sal_uInt32 nId ) ::com::sun::star::lang::Locale aLocale; utl::OConfigurationNode aNode = - utl::OConfigurationTreeRoot::tryCreateWithServiceFactory( + utl::OConfigurationTreeRoot::tryCreateWithComponentContext( comphelper::getProcessComponentContext(), OUString("org.openoffice.Setup/L10N") ); if ( aNode.isValid() ) |