diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2017-07-24 23:33:29 +0900 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-07-26 20:44:20 +0200 |
commit | f30530229bb47c373fb99bb3f90bac77d5c8a116 (patch) | |
tree | 1bd89236408e73214cf7679568315879bdb67d0b /xmloff/source/style/xmlstyle.cxx | |
parent | b115c1cd99b167600158665a5b0dff4c90a21b55 (diff) |
Mark SvXMLTokenMapEntry arrays as constant
Change-Id: I37565540ec5dc3bfddf6cdeb20447f837e3014b6
Reviewed-on: https://gerrit.libreoffice.org/40374
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'xmloff/source/style/xmlstyle.cxx')
-rw-r--r-- | xmloff/source/style/xmlstyle.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/xmlstyle.cxx b/xmloff/source/style/xmlstyle.cxx index a44a04321b62..40014f2c6bbe 100644 --- a/xmloff/source/style/xmlstyle.cxx +++ b/xmloff/source/style/xmlstyle.cxx @@ -63,7 +63,7 @@ using namespace ::com::sun::star::container; using namespace ::com::sun::star::style; using namespace ::xmloff::token; -static SvXMLTokenMapEntry aStyleStylesElemTokenMap[] = +static const SvXMLTokenMapEntry aStyleStylesElemTokenMap[] = { { XML_NAMESPACE_STYLE, XML_STYLE, XML_TOK_STYLE_STYLE }, { XML_NAMESPACE_STYLE, XML_PAGE_LAYOUT, XML_TOK_STYLE_PAGE_MASTER }, |