summaryrefslogtreecommitdiff
path: root/linguistic/source/lngopt.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/lngopt.hxx
parent24d76ebe71553bf88e4cc5bf2e73bb0df87a49a7 (diff)
LinguServiceManager: initial settings for dispatchers finished
Diffstat (limited to 'linguistic/source/lngopt.hxx')
-rw-r--r--linguistic/source/lngopt.hxx13
1 files changed, 10 insertions, 3 deletions
diff --git a/linguistic/source/lngopt.hxx b/linguistic/source/lngopt.hxx
index 92a7b4210391..d281205bd3a9 100644
--- a/linguistic/source/lngopt.hxx
+++ b/linguistic/source/lngopt.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: lngopt.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: tl $ $Date: 2001-01-24 10:16:08 $
+ * last change: $Author: tl $ $Date: 2001-01-25 10:55:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -155,6 +155,12 @@ public:
{
return ConfigItem::SetSetProperties( rNode, rValues );
}
+
+ com::sun::star::uno::Sequence< rtl::OUString >
+ GetNodeNames( const rtl::OUString& rNode )
+ {
+ return ConfigItem::GetNodeNames( rNode );
+ }
};
@@ -213,7 +219,8 @@ struct LinguOptionsData
BOOL SaveConfig();
DECL_LINK( TimeOut, Timer* );
-/* virtual void Notify( const com::sun::star::uno::Sequence<
+/*
+ virtual void Notify( const com::sun::star::uno::Sequence<
rtl::OUString >& rPropertyNames );
virtual void Commit();
*/