diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-05-25 11:22:52 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-05-25 11:22:52 +0000 |
commit | 7a35646137de171fa8e258b59b775898a7d94206 (patch) | |
tree | b6b464f62bd0ec1eb48f951227de7a6be1ffae4f /linguistic/source/hyphdsp.hxx | |
parent | 56116604cb246c85718fd43f87f03f520231dc33 (diff) |
INTEGRATION: CWS tl32 (1.4.34); FILE MERGED
2006/11/02 15:42:37 tl 1.4.34.1: #140479# warning-free code for unxsols4(.pro)
Diffstat (limited to 'linguistic/source/hyphdsp.hxx')
-rw-r--r-- | linguistic/source/hyphdsp.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linguistic/source/hyphdsp.hxx b/linguistic/source/hyphdsp.hxx index c9213084fc38..9cee4c7453bb 100644 --- a/linguistic/source/hyphdsp.hxx +++ b/linguistic/source/hyphdsp.hxx @@ -4,9 +4,9 @@ * * $RCSfile: hyphdsp.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2006-03-07 10:17:38 $ + * last change: $Author: vg $ $Date: 2007-05-25 12:22:52 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -90,7 +90,7 @@ public: void SetDoWarnAgain(BOOL bVal) { aFlags.bDoWarnAgain = 0 != bVal; } }; -DECLARE_TABLE( HyphSvcList, LangSvcEntry_Hyph * ); +DECLARE_TABLE( HyphSvcList, LangSvcEntry_Hyph * ) class HyphenatorDispatcher : |