summaryrefslogtreecommitdiff
path: root/xmloff/inc/txtfldi.hxx
diff options
context:
space:
mode:
authoros <os@openoffice.org>2009-10-12 10:27:34 +0200
committeros <os@openoffice.org>2009-10-12 10:27:34 +0200
commit542fd3d674db56a676df824b341655833096fc71 (patch)
tree39ae5621085c64018b2577356e3c8723e98f527e /xmloff/inc/txtfldi.hxx
parent37cafacf3e7bbdf5c77f2011bd32a953549b0a72 (diff)
#i105687# enable number format for custom date/datetime/time data
Diffstat (limited to 'xmloff/inc/txtfldi.hxx')
-rw-r--r--xmloff/inc/txtfldi.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/xmloff/inc/txtfldi.hxx b/xmloff/inc/txtfldi.hxx
index b361081a7ce2..96e7e7fee238 100644
--- a/xmloff/inc/txtfldi.hxx
+++ b/xmloff/inc/txtfldi.hxx
@@ -745,6 +745,11 @@ class XMLUserDocInfoImportContext : public XMLSimpleDocInfoImportContext
{
rtl::OUString aName;
const ::rtl::OUString sPropertyName;
+ const ::rtl::OUString sPropertyNumberFormat;
+ const ::rtl::OUString sPropertyIsFixedLanguage;
+ sal_Int32 nFormat;
+ sal_Bool bFormatOK;
+ sal_Bool bIsDefaultLanguage;
public: