summaryrefslogtreecommitdiff
path: root/sw/inc/swtypes.hxx
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2000-11-20 08:16:31 +0000
committerjp <jp@openoffice.org>2000-11-20 08:16:31 +0000
commited94ad6b32bcd746cc4ac6f5c85075ade2a67a2c (patch)
tree3a619e4cb8ac41800ed0984532732872f9584fce /sw/inc/swtypes.hxx
parent97729079cd2ac8aab0cea36b534837bd38514a34 (diff)
should change: use LocaleDataWrapper
Diffstat (limited to 'sw/inc/swtypes.hxx')
-rw-r--r--sw/inc/swtypes.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/inc/swtypes.hxx b/sw/inc/swtypes.hxx
index b210606416cf..ec2e618f2a25 100644
--- a/sw/inc/swtypes.hxx
+++ b/sw/inc/swtypes.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: swtypes.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: tl $ $Date: 2000-10-27 11:48:47 $
+ * last change: $Author: jp $ $Date: 2000-11-20 09:16:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -99,6 +99,7 @@ class SwPathFinder;
class Graphic;
class OutputDevice;
class CharClass;
+class LocaleDataWrapper;
typedef long SwTwips;
#define INVALID_TWIPS LONG_MAX
@@ -290,6 +291,6 @@ enum SetAttrMode
// returns the APP - CharClass instance - used for all ToUpper/ToLower/...
CharClass& GetAppCharClass();
-
+LocaleDataWrapper& GetAppLocaleData();
#endif