summaryrefslogtreecommitdiff
path: root/xmloff/inc/txtflde.hxx
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2002-11-21 16:32:32 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2002-11-21 16:32:32 +0000
commit0208d4956192bf857bdf23fd00897963de383d9a (patch)
treec16dfa250626ccf3ba167a6178ffb355fbc8fcef /xmloff/inc/txtflde.hxx
parentdeca818996a0590035a2e29a9c8c25319bdb519c (diff)
#103096# enable proper number format handling for text fields
- previously, all text fields would write a number format with the current language - previously, all text fields actually ignored that. Now that this is changed, text fields with the IsFixedLanguage property not set will write a number format in the default language
Diffstat (limited to 'xmloff/inc/txtflde.hxx')
-rw-r--r--xmloff/inc/txtflde.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/xmloff/inc/txtflde.hxx b/xmloff/inc/txtflde.hxx
index 05621db197dc..c3f2dd69813e 100644
--- a/xmloff/inc/txtflde.hxx
+++ b/xmloff/inc/txtflde.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: txtflde.hxx,v $
*
- * $Revision: 1.22 $
+ * $Revision: 1.23 $
*
- * last change: $Author: dvo $ $Date: 2002-06-28 10:17:39 $
+ * last change: $Author: dvo $ $Date: 2002-11-21 17:32:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -361,7 +361,8 @@ protected:
sal_Bool bExportValue, /// export value attribute?
sal_Bool bExportValueType, /// export value-type attribute?
sal_Bool bExportStyle, /// export style-sttribute?
- sal_Bool bTimeStyle = sal_False); // exporting a time style?
+ sal_Bool bForceSystemLanguage, /// no style language export
+ sal_Bool bTimeStyle = sal_False); /// exporting a time style?
/// export times, dates and durations according to ISO 8601
void ProcessDateTime(
@@ -517,6 +518,7 @@ private:
const ::rtl::OUString sPropertyIsHidden;
const ::rtl::OUString sPropertyIsConditionTrue;
const ::rtl::OUString sPropertyDataCommandType;
+ const ::rtl::OUString sPropertyIsFixedLanguage;
const ::rtl::OUString sEmpty;