summaryrefslogtreecommitdiff
path: root/sw/inc/swtypes.hxx
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2001-03-27 20:35:47 +0000
committerjp <jp@openoffice.org>2001-03-27 20:35:47 +0000
commit2981175956a955c782cc180793b7250ddadb2230 (patch)
treeb819f13b63cc87a190267967823fcb576c34ed9d /sw/inc/swtypes.hxx
parent788c079fddea37d12c423149355c7a6778d3d0d2 (diff)
wrapper for application language
Diffstat (limited to 'sw/inc/swtypes.hxx')
-rw-r--r--sw/inc/swtypes.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/inc/swtypes.hxx b/sw/inc/swtypes.hxx
index e1a14aa38335..357f10819e91 100644
--- a/sw/inc/swtypes.hxx
+++ b/sw/inc/swtypes.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: swtypes.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: tl $ $Date: 2001-03-12 08:14:10 $
+ * last change: $Author: jp $ $Date: 2001-03-27 21:35:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -303,4 +303,6 @@ enum SetAttrMode
CharClass& GetAppCharClass();
LocaleDataWrapper& GetAppLocaleData();
+ULONG GetAppLanguage();
+
#endif