summaryrefslogtreecommitdiff
path: root/linguistic/source/lngsvcmgr.cxx
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2001-02-12 11:28:40 +0000
committerThomas Lange <tl@openoffice.org>2001-02-12 11:28:40 +0000
commitdffa20b4a5586984f98793563bd3ab2686d399b9 (patch)
tree9969587581b4020412906014cc084c2c8cd8299d /linguistic/source/lngsvcmgr.cxx
parent0f127e8985126ca25c3692f28b57004db93a9de0 (diff)
Name change LinguConfigItem => SvtLinguConfigItem
Diffstat (limited to 'linguistic/source/lngsvcmgr.cxx')
-rw-r--r--linguistic/source/lngsvcmgr.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/linguistic/source/lngsvcmgr.cxx b/linguistic/source/lngsvcmgr.cxx
index c2e26f1795ae..fa0c448fc32c 100644
--- a/linguistic/source/lngsvcmgr.cxx
+++ b/linguistic/source/lngsvcmgr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: lngsvcmgr.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: tl $ $Date: 2001-02-02 11:10:14 $
+ * last change: $Author: tl $ $Date: 2001-02-12 12:28:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -271,7 +271,7 @@ void SetAvailableCfgServiceLists( LinguDispatcher &rDispatcher,
const SvcInfoArray &rAvailSvcs )
{
String aRoot( String::CreateFromAscii( "Office.Linguistic/ServiceManager" ) );
- LinguConfigItem aCfg( aRoot );
+ SvtLinguConfigItem aCfg( aRoot );
// get list of nodenames to look at for their service list
const char *pEntryName = 0;
@@ -1162,7 +1162,7 @@ BOOL LngSvcMgr::SaveCfgSvcs( const String &rServiceName )
if (pDsp && aLocales.getLength())
{
String aRoot( String::CreateFromAscii( "Office.Linguistic/ServiceManager" ) );
- LinguConfigItem aCfg( aRoot );
+ SvtLinguConfigItem aCfg( aRoot );
INT32 nLen = aLocales.getLength();
const Locale *pLocale = aLocales.getConstArray();
@@ -1300,7 +1300,7 @@ Sequence< OUString > SAL_CALL
String aCfgLocale( ConvertLanguageToIsoString( nLanguage ) );
String aRoot( String::CreateFromAscii( "Office.Linguistic/ServiceManager" ) );
- LinguConfigItem aCfg( aRoot );
+ SvtLinguConfigItem aCfg( aRoot );
Sequence< Any > aValues;
Sequence< OUString > aName( 1 );