summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/inc/xmloff/xmltoken.hxx2
-rw-r--r--xmloff/source/core/xmltoken.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/inc/xmloff/xmltoken.hxx b/xmloff/inc/xmloff/xmltoken.hxx
index 13b59fe083fb..e7e886eb72fd 100644
--- a/xmloff/inc/xmloff/xmltoken.hxx
+++ b/xmloff/inc/xmloff/xmltoken.hxx
@@ -2959,7 +2959,7 @@ namespace xmloff { namespace token {
XML_GROUP_ON,
XML_FORCE_NEW_PAGE,
XML_GROUP_INTERVAL,
- XML_PRINT_ONLY_WHEN_GROUP_CHANGE,
+ XML_PRINT_WHEN_GROUP_CHANGE,
XML_REPORT_ELEMENT,
XML_LIST_SOURCE,
XML_LIST_SOURCE_TYPE,
diff --git a/xmloff/source/core/xmltoken.cxx b/xmloff/source/core/xmltoken.cxx
index 03180526de8f..afd52bad83a9 100644
--- a/xmloff/source/core/xmltoken.cxx
+++ b/xmloff/source/core/xmltoken.cxx
@@ -2955,7 +2955,7 @@ namespace xmloff { namespace token {
TOKEN( "group-on", XML_GROUP_ON),
TOKEN( "force-new-page", XML_FORCE_NEW_PAGE),
TOKEN( "group-interval", XML_GROUP_INTERVAL),
- TOKEN( "print-only-when-group-change", XML_PRINT_ONLY_WHEN_GROUP_CHANGE),
+ TOKEN( "print-when-group-change", XML_PRINT_WHEN_GROUP_CHANGE),
TOKEN( "report-element", XML_REPORT_ELEMENT),
TOKEN( "list-source", XML_LIST_SOURCE),
TOKEN( "list-source-type", XML_LIST_SOURCE_TYPE),