summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorJody Goldberg <jody@gnome.org>2010-09-15 11:41:11 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2010-09-15 14:10:27 +0200
commita7ef13538591b5e269516b028b62536384b1e7d0 (patch)
tree185ac77c5b2b2cf5865ce21e836250c6df8ff806 /xmloff
parent06305328f46e5775f3f5337ece71f22adaa259c2 (diff)
sc-dp-gridlayout.diff: Something with grid layout :)
i#68544, n#190970
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 13c8e9848d..db2e3f9503 100644
--- a/xmloff/inc/xmloff/xmltoken.hxx
+++ b/xmloff/inc/xmloff/xmltoken.hxx
@@ -2511,6 +2511,7 @@ namespace xmloff { namespace token {
XML_SHOW_FILTER_BUTTON,
XML_DRILL_DOWN_ON_DOUBLE_CLICK,
+ XML_HEADER_GRID_LAYOUT,
XML_GROUPED_BY,
XML_DAYS,
XML_MONTHS,
diff --git a/xmloff/source/core/xmltoken.cxx b/xmloff/source/core/xmltoken.cxx
index fd878dda3e..39db498173 100644
--- a/xmloff/source/core/xmltoken.cxx
+++ b/xmloff/source/core/xmltoken.cxx
@@ -2516,6 +2516,7 @@ namespace xmloff { namespace token {
TOKEN( "show-filter-button", XML_SHOW_FILTER_BUTTON ),
TOKEN( "drill-down-on-double-click", XML_DRILL_DOWN_ON_DOUBLE_CLICK ),
+ TOKEN( "header-grid-layout", XML_HEADER_GRID_LAYOUT ),
TOKEN( "grouped-by", XML_GROUPED_BY ),
TOKEN( "days", XML_DAYS ),
TOKEN( "months", XML_MONTHS ),