summaryrefslogtreecommitdiff
path: root/padmin
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-11-01 10:41:27 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-11-05 16:43:14 +0100
commitb70a330d4f06daaeeff940b2f935c8089d8a7be6 (patch)
treef0b36db556be8e416ba6cfbf2315d74425d007ee /padmin
parent8ec2fed7c88674258ce716e69ae31d8f9be7223c (diff)
fdo#46808, rename method
Rename utl::OConfigurationTreeRoot::tryCreateWithServiceFactory to utl::OConfigurationTreeRoot::tryCreateWithComponentContext Change-Id: Ib39b44b21d206b5fdfa4162106fbdeb30b1dd37c
Diffstat (limited to 'padmin')
-rw-r--r--padmin/source/helper.cxx2
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() )