diff options
author | Katarina Behrens <Katarina.Behrens@cib.de> | 2015-05-15 13:38:07 +0200 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2015-05-18 16:51:59 +0200 |
commit | b5e16d8dab070cfef908e7b5ca0417da534b82bf (patch) | |
tree | a7e46b3f133f44b356eb7e585472c8cb5220e38a /xmloff/source/core | |
parent | 7cb8d59769d7f37157929a4176a8f16f6d4610e8 (diff) |
Related tdf#88056: use better-fitting <text:page-name>
Implemented Regina's suggestions:
* this is a text field, therefore it belongs to text namespace
* page-name (evtl. slide-name) describes much better what this
field really contains
This (among other changes) reverts commit 6609de8856519e0e9
Change-Id: Idab3b7c291839a9137f80d325a7d3f5ef0ff2636
Diffstat (limited to 'xmloff/source/core')
-rw-r--r-- | xmloff/source/core/xmltoken.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/core/xmltoken.cxx b/xmloff/source/core/xmltoken.cxx index b22c1acce855..5e1dd51d3a59 100644 --- a/xmloff/source/core/xmltoken.cxx +++ b/xmloff/source/core/xmltoken.cxx @@ -1377,8 +1377,8 @@ namespace xmloff { namespace token { TOKEN( "page-height", XML_PAGE_HEIGHT ), TOKEN( "page-master", XML_PAGE_MASTER ), TOKEN( "page-master-name", XML_PAGE_MASTER_NAME ), + TOKEN( "page-name", XML_PAGE_NAME ), TOKEN( "page-number", XML_PAGE_NUMBER ), - TOKEN( "page-title", XML_PAGE_TITLE ), TOKEN( "page-start-margin", XML_PAGE_START_MARGIN ), TOKEN( "page-style-name", XML_PAGE_STYLE_NAME ), TOKEN( "page-thumbnail", XML_PAGE_THUMBNAIL ), |