summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2013-03-12 17:57:57 +0100
committerLionel Elie Mamane <lionel@mamane.lu>2013-03-12 18:16:45 +0100
commit4178806bb010129f3b13b62825476666fe48ddcd (patch)
tree26f68a3eb4891945ee06f3630dcf93960de7b3ac /xmloff
parent36caac0e029a3caf50cb27af339efd69008d414e (diff)
reportbuilder: make "Group on" not-"Each Value" actually work
Change-Id: Id5d73f9aac48ebfb6987e5bf0df37e62f1817bdc
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/inc/xmloff/xmltoken.hxx1
-rw-r--r--xmloff/source/core/xmltoken.cxx1
2 files changed, 2 insertions, 0 deletions
diff --git a/xmloff/inc/xmloff/xmltoken.hxx b/xmloff/inc/xmloff/xmltoken.hxx
index e7e886eb72fd..605256f9229e 100644
--- a/xmloff/inc/xmloff/xmltoken.hxx
+++ b/xmloff/inc/xmloff/xmltoken.hxx
@@ -2941,6 +2941,7 @@ namespace xmloff { namespace token {
XML_START_NEW_COLUMN ,
XML_RESET_PAGE_NUMBER ,
XML_PRINT_HEADER_ON_EACH_PAGE ,
+ XML_SORT_EXPRESSION ,
XML_GROUP_EXPRESSION ,
XML_GROUP_HEADER ,
XML_GROUP_FOOTER ,
diff --git a/xmloff/source/core/xmltoken.cxx b/xmloff/source/core/xmltoken.cxx
index afd52bad83a9..46e3a4f46083 100644
--- a/xmloff/source/core/xmltoken.cxx
+++ b/xmloff/source/core/xmltoken.cxx
@@ -2937,6 +2937,7 @@ namespace xmloff { namespace token {
TOKEN( "start-new-column", XML_START_NEW_COLUMN ),
TOKEN( "reset-page-number", XML_RESET_PAGE_NUMBER ),
TOKEN( "print-header-on-each-page", XML_PRINT_HEADER_ON_EACH_PAGE ),
+ TOKEN( "sort-expression", XML_SORT_EXPRESSION ),
TOKEN( "group-expression", XML_GROUP_EXPRESSION ),
TOKEN( "group-header", XML_GROUP_HEADER ),
TOKEN( "group-footer", XML_GROUP_FOOTER ),