summaryrefslogtreecommitdiff
path: root/lingucomponent
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-02-06 15:23:50 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-02-06 15:23:50 +0000
commit093700f602d50b31985fedfb77f682150a49cadb (patch)
tree27fe3bca1759ed84f65ac7f3b69228ff68fd28d7 /lingucomponent
parentced4a7f4855392a64f679c05f61efcdaccfdbadd (diff)
INTEGRATION: CWS hyphenator2 (1.6.28); FILE MERGED
2006/01/27 00:44:15 nemeth 1.6.28.1: i61214 i58558
Diffstat (limited to 'lingucomponent')
-rw-r--r--lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.hxx b/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.hxx
index d1c66e070795..75b3de3ef191 100644
--- a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.hxx
+++ b/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: hyphenimp.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 19:40:02 $
+ * last change: $Author: rt $ $Date: 2006-02-06 16:23:50 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -217,8 +217,10 @@ public:
private:
+ sal_uInt16 SAL_CALL capitalType(const OUString&, CharClass *);
OUString SAL_CALL makeLowerCase(const OUString&, CharClass *);
-
+ OUString SAL_CALL makeUpperCase(const OUString&, CharClass *);
+ OUString SAL_CALL makeInitCap(const OUString&, CharClass *);
};
inline OUString Hyphenator::getImplementationName_Static() throw()