diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2013-03-12 17:57:57 +0100 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2013-03-12 18:16:45 +0100 |
commit | 4178806bb010129f3b13b62825476666fe48ddcd (patch) | |
tree | 26f68a3eb4891945ee06f3630dcf93960de7b3ac /xmloff/inc | |
parent | 36caac0e029a3caf50cb27af339efd69008d414e (diff) |
reportbuilder: make "Group on" not-"Each Value" actually work
Change-Id: Id5d73f9aac48ebfb6987e5bf0df37e62f1817bdc
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/xmloff/xmltoken.hxx | 1 |
1 files changed, 1 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 , |