diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-05-25 11:25:59 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-05-25 11:25:59 +0000 |
commit | 8b6e1e93eff90de793d35a19af6aed09344cbe4f (patch) | |
tree | bba1aa88949ec2358c6b990d56d033dba98e9569 /linguistic | |
parent | 5637bef23198328b9190b9b2fd7259632d48d620 (diff) |
INTEGRATION: CWS tl32 (1.3.56); FILE MERGED
2006/11/02 15:42:37 tl 1.3.56.1: #140479# warning-free code for unxsols4(.pro)
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/thesdsp.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/linguistic/source/thesdsp.hxx b/linguistic/source/thesdsp.hxx index 45e62dd344fa..324234aa6447 100644 --- a/linguistic/source/thesdsp.hxx +++ b/linguistic/source/thesdsp.hxx @@ -4,9 +4,9 @@ * * $RCSfile: thesdsp.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-07 19:56:23 $ + * last change: $Author: vg $ $Date: 2007-05-25 12:25:59 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -82,7 +82,7 @@ class LinguOptions; namespace com { namespace sun { namespace star { namespace beans { class XPropertySet; -}}}}; +}}}} /////////////////////////////////////////////////////////////////////////// @@ -111,7 +111,7 @@ public: -DECLARE_TABLE( ThesSvcList, SeqLangSvcEntry_Thes * ); +DECLARE_TABLE( ThesSvcList, SeqLangSvcEntry_Thes * ) class ThesaurusDispatcher : public cppu::WeakImplHelper1 |