summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorEike Rathke <er@openoffice.org>2001-01-19 10:01:55 +0000
committerEike Rathke <er@openoffice.org>2001-01-19 10:01:55 +0000
commit72773bcdc25dbd30819fd3b5f218b04f6c47c00c (patch)
treee4940b56f5f7a6afa79c2cc0c9d0ccd47f40eaa4 /unotools
parentd23289d9e8e068d0bc034e0ac8249ca5ed16e237 (diff)
getProcessServiceFactory is comphelper instead of utl ...
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/i18n/localedatawrapper.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/unotools/source/i18n/localedatawrapper.cxx b/unotools/source/i18n/localedatawrapper.cxx
index f36ac66ff350..985459c9464b 100644
--- a/unotools/source/i18n/localedatawrapper.cxx
+++ b/unotools/source/i18n/localedatawrapper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: localedatawrapper.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: er $ $Date: 2001-01-16 15:41:30 $
+ * last change: $Author: er $ $Date: 2001-01-19 11:01:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -403,7 +403,7 @@ void LocaleDataWrapper::invalidateData()
{
if ( !xInstalledLocales.getLength() )
{
- LocaleDataWrapper aLDW( ::utl::getProcessServiceFactory(), lang::Locale() );
+ LocaleDataWrapper aLDW( ::comphelper::getProcessServiceFactory(), lang::Locale() );
aLDW.getAllInstalledLocaleNames();
}
return xInstalledLocales;