summaryrefslogtreecommitdiff
path: root/sw/inc/swtypes.hxx
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2001-09-05 09:26:15 +0000
committerjp <jp@openoffice.org>2001-09-05 09:26:15 +0000
commitb1e8333ca1f511acd980a618494c83ff2f9f8ebb (patch)
treeb42e4a894b7c4ccd3cea6a67523ff599b543b69a /sw/inc/swtypes.hxx
parent1472c9dda21fa2955a3a14d0f923d8db0071dbdb (diff)
Task #91873#: use SvtSysLocale and Transliterationrwapper for string compare
Diffstat (limited to 'sw/inc/swtypes.hxx')
-rw-r--r--sw/inc/swtypes.hxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/sw/inc/swtypes.hxx b/sw/inc/swtypes.hxx
index e89acf6a1fe4..f8287377aba2 100644
--- a/sw/inc/swtypes.hxx
+++ b/sw/inc/swtypes.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: swtypes.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: mtg $ $Date: 2001-07-19 16:18:14 $
+ * last change: $Author: jp $ $Date: 2001-09-05 10:22:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -99,6 +99,10 @@ namespace com{namespace sun{namespace star{
class XPropertySet;
}
}}}
+namespace utl{
+ class TransliterationWrapper;
+}
+
class Size;
class MapMode;
class ResMgr;
@@ -311,5 +315,7 @@ ULONG GetAppLanguage();
CollatorWrapper& GetAppCollator();
CollatorWrapper& GetAppCaseCollator();
+const ::utl::TransliterationWrapper& GetAppCmpStrIgnore();
+
#endif