Update ooo320-m1
[ooovba.git] / applied_patches / 0008-cws-koheidatapilot03-xmloff.diff
blobaf2b5a1edd5075fe16a8b78fe03311375b7650ce
1 diff --git xmloff/inc/xmloff/xmltoken.hxx xmloff/inc/xmloff/xmltoken.hxx
2 index 0010b61..a1ac269 100644
3 --- xmloff/inc/xmloff/xmltoken.hxx
4 +++ xmloff/inc/xmloff/xmltoken.hxx
5 @@ -516,6 +516,7 @@ namespace xmloff { namespace token {
6 XML_DATA_LABEL_SYMBOL,
7 XML_DATA_LABEL_TEXT,
8 XML_DATA_PILOT_FIELD,
9 + XML_DATA_PILOT_GRAND_TOTAL,
10 XML_DATA_PILOT_LEVEL,
11 XML_DATA_PILOT_MEMBER,
12 XML_DATA_PILOT_MEMBERS,
13 diff --git xmloff/source/core/xmltoken.cxx xmloff/source/core/xmltoken.cxx
14 index 70319b4..e1357c3 100644
15 --- xmloff/source/core/xmltoken.cxx
16 +++ xmloff/source/core/xmltoken.cxx
17 @@ -524,6 +524,7 @@ namespace xmloff { namespace token {
18 TOKEN( "data-label-symbol", XML_DATA_LABEL_SYMBOL ),
19 TOKEN( "data-label-text", XML_DATA_LABEL_TEXT ),
20 TOKEN( "data-pilot-field", XML_DATA_PILOT_FIELD ),
21 + TOKEN( "data-pilot-grand-total", XML_DATA_PILOT_GRAND_TOTAL ),
22 TOKEN( "data-pilot-level", XML_DATA_PILOT_LEVEL ),
23 TOKEN( "data-pilot-member", XML_DATA_PILOT_MEMBER ),
24 TOKEN( "data-pilot-members", XML_DATA_PILOT_MEMBERS ),