summaryrefslogtreecommitdiff
path: root/xmloff/source/core/xmltoken.cxx
diff options
context:
space:
mode:
authorIngrid Halama <iha@openoffice.org>2009-11-20 11:58:22 +0100
committerIngrid Halama <iha@openoffice.org>2009-11-20 11:58:22 +0100
commit697de870590ba7128088aa932d5081a2a6edd36a (patch)
tree14a0191c3317cd1c0a578f46c2e5d063a867ed8d /xmloff/source/core/xmltoken.cxx
parentd81fd860bdde52c728b481759e07f84d249f6d84 (diff)
chartpositioning: #i100778# chart positioning excluding labels
Diffstat (limited to 'xmloff/source/core/xmltoken.cxx')
-rw-r--r--xmloff/source/core/xmltoken.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmloff/source/core/xmltoken.cxx b/xmloff/source/core/xmltoken.cxx
index 0a2ccd57d1..9762555bc6 100644
--- a/xmloff/source/core/xmltoken.cxx
+++ b/xmloff/source/core/xmltoken.cxx
@@ -3095,6 +3095,9 @@ namespace xmloff { namespace token {
TOKEN( "ends-with", XML_ENDS_WITH ),
TOKEN( "does-not-end-with", XML_DOES_NOT_END_WITH ),
+ TOKEN( "excluding-position", XML_EXCLUDING_POSITION ),
+ TOKEN( "prefer-excluding-position", XML_PREFER_EXCLUDING_POSITION ),
+
#if OSL_DEBUG_LEVEL > 0
{ 0, NULL, NULL, XML_TOKEN_END }
#else