summaryrefslogtreecommitdiff
path: root/xmloff/inc
diff options
context:
space:
mode:
authorNoel Power <noel.power@novell.com>2012-08-03 13:06:25 +0100
committerNoel Power <noel.power@novell.com>2012-08-03 14:25:47 +0100
commitcc51389c07f880d513f94b9c4c1bad449435b406 (patch)
tree4e89018ab5ffd77618735fcf2f664c7c81ef458d /xmloff/inc
parent42c1644f8b24d2462d747c07a75283e9cd99b415 (diff)
support new xml number:fill-character elem for number-style namespace
Change-Id: I7d3ca1f121396dfc017bb1ee73651f9017e58ba3
Diffstat (limited to 'xmloff/inc')
-rw-r--r--xmloff/inc/xmloff/xmlnumfe.hxx1
-rw-r--r--xmloff/inc/xmloff/xmltoken.hxx1
2 files changed, 2 insertions, 0 deletions
diff --git a/xmloff/inc/xmloff/xmlnumfe.hxx b/xmloff/inc/xmloff/xmlnumfe.hxx
index 7dcef8fb36df..d3bac9b86910 100644
--- a/xmloff/inc/xmloff/xmlnumfe.hxx
+++ b/xmloff/inc/xmloff/xmlnumfe.hxx
@@ -86,6 +86,7 @@ private:
SAL_DLLPRIVATE void WriteMapElement_Impl( sal_Int32 nOp, double fLimit,
sal_Int32 nKey, sal_Int32 nPart );
+ SAL_DLLPRIVATE void WriteRepeatedElement_Impl( sal_Unicode ch );
SAL_DLLPRIVATE sal_Bool WriteTextWithCurrency_Impl( const ::rtl::OUString& rString,
const ::com::sun::star::lang::Locale& rLocale );
SAL_DLLPRIVATE void ExportPart_Impl( const SvNumberformat& rFormat, sal_uInt32 nKey,
diff --git a/xmloff/inc/xmloff/xmltoken.hxx b/xmloff/inc/xmloff/xmltoken.hxx
index c4113ca7aa9f..4ade92824a5f 100644
--- a/xmloff/inc/xmloff/xmltoken.hxx
+++ b/xmloff/inc/xmloff/xmltoken.hxx
@@ -744,6 +744,7 @@ namespace xmloff { namespace token {
XML_FIELD_NUMBER,
XML_FILE_NAME,
XML_FILL,
+ XML_FILL_CHARACTER,
XML_FILL_COLOR,
XML_FILL_GRADIENT_NAME,
XML_FILL_HATCH_NAME,