summaryrefslogtreecommitdiff
path: root/linguistic/source/lngsvcmgr.hxx
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2001-01-25 09:57:01 +0000
committerThomas Lange <tl@openoffice.org>2001-01-25 09:57:01 +0000
commit4bbdb3234a21a4a57d0d7816e25e4bb1b43898ad (patch)
tree68a6af27f8a03eb0143c6e5e428930c2f8abd4a7 /linguistic/source/lngsvcmgr.hxx
parent24d76ebe71553bf88e4cc5bf2e73bb0df87a49a7 (diff)
LinguServiceManager: initial settings for dispatchers finished
Diffstat (limited to 'linguistic/source/lngsvcmgr.hxx')
-rw-r--r--linguistic/source/lngsvcmgr.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/linguistic/source/lngsvcmgr.hxx b/linguistic/source/lngsvcmgr.hxx
index 0372025b5e33..87abb66f420c 100644
--- a/linguistic/source/lngsvcmgr.hxx
+++ b/linguistic/source/lngsvcmgr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: lngsvcmgr.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: tl $ $Date: 2000-11-30 14:39:16 $
+ * last change: $Author: tl $ $Date: 2001-01-25 10:54:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -138,9 +138,9 @@ class LngSvcMgr :
LngSvcMgrListenerHelper * pListenerHelper;
- SvcInfoArray * pSpellSvcs;
- SvcInfoArray * pHyphSvcs;
- SvcInfoArray * pThesSvcs;
+ SvcInfoArray * pAvailSpellSvcs;
+ SvcInfoArray * pAvailHyphSvcs;
+ SvcInfoArray * pAvailThesSvcs;
Timer aSaveTimer;