summaryrefslogtreecommitdiff
path: root/linguistic/source/dlistimp.hxx
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2001-06-27 09:23:35 +0000
committerThomas Lange <tl@openoffice.org>2001-06-27 09:23:35 +0000
commitc0166c165775eb49887abc98257512470c5ed345 (patch)
tree7713479e7c1e4a6d8eeeefb3fd82080c51ae9e23 /linguistic/source/dlistimp.hxx
parentb0646be11a96a2ab4fda8f21a5f0d9b1fab9ee75 (diff)
#88867# shutdown optimization when dictionaries were not used yet
Diffstat (limited to 'linguistic/source/dlistimp.hxx')
-rw-r--r--linguistic/source/dlistimp.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/linguistic/source/dlistimp.hxx b/linguistic/source/dlistimp.hxx
index 6aeb15fc9939..069132dc37a6 100644
--- a/linguistic/source/dlistimp.hxx
+++ b/linguistic/source/dlistimp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dlistimp.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jp $ $Date: 2001-04-05 17:33:02 $
+ * last change: $Author: tl $ $Date: 2001-06-27 10:23:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -248,6 +248,9 @@ public:
getImplementationName_Static() throw();
static com::sun::star::uno::Sequence< ::rtl::OUString >
getSupportedServiceNames_Static() throw();
+
+ // non UNO-specific
+ void SaveDics();
};
inline ::rtl::OUString DicList::getImplementationName_Static() throw()