summaryrefslogtreecommitdiff
path: root/linguistic/source/lngsvcmgr.hxx
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2000-11-28 02:13:10 +0000
committerThomas Lange <tl@openoffice.org>2000-11-28 02:13:10 +0000
commit80e13e076cee033dadf5b9ea3e164ff7af9be614 (patch)
treedf33a72bfcdd5ded5fc43180a3ebffa110a26b5a /linguistic/source/lngsvcmgr.hxx
parent0b8116b6bd94a7a0d3b6616c858b1cfd140f01a1 (diff)
#80600# linguistic configuration
Diffstat (limited to 'linguistic/source/lngsvcmgr.hxx')
-rw-r--r--linguistic/source/lngsvcmgr.hxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/linguistic/source/lngsvcmgr.hxx b/linguistic/source/lngsvcmgr.hxx
index 78e627054a08..a0378b0e07c2 100644
--- a/linguistic/source/lngsvcmgr.hxx
+++ b/linguistic/source/lngsvcmgr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: lngsvcmgr.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-11-17 12:37:40 $
+ * last change: $Author: tl $ $Date: 2000-11-28 03:13:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -84,6 +84,8 @@
#include <com/sun/star/linguistic2/XLinguServiceManager.hpp>
#endif
+#include <vcl/timer.hxx>
+
#include "misc.hxx"
#include "defs.hxx"
@@ -133,7 +135,10 @@ class LngSvcMgr :
SvcInfoArray * pHyphSvcs;
SvcInfoArray * pThesSvcs;
+ Timer aSaveTimer;
+
BOOL bDisposing;
+ BOOL bIsModified;
// disallow copy-constructor and assignment-operator for now
LngSvcMgr(const LngSvcMgr &);
@@ -151,6 +156,8 @@ class LngSvcMgr :
void SetCfgServiceLists( HyphenatorDispatcher &rHyphDsp );
void SetCfgServiceLists( ThesaurusDispatcher &rThesDsp );
+ DECL_LINK( TimeOut, Timer* );
+
public:
LngSvcMgr();
virtual ~LngSvcMgr();