summaryrefslogtreecommitdiff
path: root/xmloff/source/core/xmltoken.cxx
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/source/core/xmltoken.cxx
parent42c1644f8b24d2462d747c07a75283e9cd99b415 (diff)
support new xml number:fill-character elem for number-style namespace
Change-Id: I7d3ca1f121396dfc017bb1ee73651f9017e58ba3
Diffstat (limited to 'xmloff/source/core/xmltoken.cxx')
-rw-r--r--xmloff/source/core/xmltoken.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmloff/source/core/xmltoken.cxx b/xmloff/source/core/xmltoken.cxx
index f7d8f2814806..cbbd48b21b0c 100644
--- a/xmloff/source/core/xmltoken.cxx
+++ b/xmloff/source/core/xmltoken.cxx
@@ -748,6 +748,7 @@ namespace xmloff { namespace token {
TOKEN( "field-number", XML_FIELD_NUMBER ),
TOKEN( "file-name", XML_FILE_NAME ),
TOKEN( "fill", XML_FILL ),
+ TOKEN( "fill-character", XML_FILL_CHARACTER ),
TOKEN( "fill-color", XML_FILL_COLOR ),
TOKEN( "fill-gradient-name", XML_FILL_GRADIENT_NAME ),
TOKEN( "fill-hatch-name", XML_FILL_HATCH_NAME ),