diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-04-21 20:13:00 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-04-22 15:48:11 +0200 |
commit | 9762353cf7dc7bf42118d9dae2488c977af0c484 (patch) | |
tree | adf4d14e519ddca731ec491810e64227811732ae /xmloff/source/style | |
parent | 1ab14c62587276e81d9ad4a7c627ea947c29d9dd (diff) |
Fix typos
Change-Id: I49d7dc8a2cbcba5413d05d97559321e672ed413a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92655
Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'xmloff/source/style')
-rw-r--r-- | xmloff/source/style/PageMasterStyleMap.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/PageMasterStyleMap.cxx b/xmloff/source/style/PageMasterStyleMap.cxx index b8c4232e1405..217e5960a0f4 100644 --- a/xmloff/source/style/PageMasterStyleMap.cxx +++ b/xmloff/source/style/PageMasterStyleMap.cxx @@ -116,7 +116,7 @@ const XMLPropertyMapEntry aXMLPageMasterStyleMap[] = PLMAP( "UserDefinedAttributes", XML_NAMESPACE_TEXT, XML_XMLNS, XML_TYPE_ATTRIBUTE_CONTAINER | MID_FLAG_SPECIAL_ITEM, 0 ), - //Index 65: fill attributes; use PLMAP macro here instead of GMAP, tis list is ordered and it's order is used + //Index 65: fill attributes; use PLMAP macro here instead of GMAP, this list is ordered and its order is used // to decide in which section in ODF to export the contained stuff (the PageMasterStyle creates several XML // sections, for Page, Header and Footer). The needed order seems to rely not on filtering, but using sections // based on the order used in this list. |