summaryrefslogtreecommitdiff
path: root/xmloff/source/forms
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/forms')
-rw-r--r--xmloff/source/forms/elementexport.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/forms/elementexport.cxx b/xmloff/source/forms/elementexport.cxx
index 8e8b7aaa559f..ba1eb56f5d79 100644
--- a/xmloff/source/forms/elementexport.cxx
+++ b/xmloff/source/forms/elementexport.cxx
@@ -599,7 +599,7 @@ namespace xmloff
// some integer properties
{
// now the common handling
- static CCAFlags nIntegerPropertyAttributeIds[] =
+ static const CCAFlags nIntegerPropertyAttributeIds[] =
{ // attribute flags
CCAFlags::Size, CCAFlags::TabIndex
};
@@ -998,7 +998,7 @@ namespace xmloff
// the integer properties
{
- static SCAFlags nIntegerPropertyAttributeIds[] =
+ static const SCAFlags nIntegerPropertyAttributeIds[] =
{ // attribute flags
SCAFlags::PageStepSize
};
@@ -1862,11 +1862,11 @@ namespace xmloff
}
else
{
- XMLTokenEnum eXmlImagePositions[] =
+ const XMLTokenEnum eXmlImagePositions[] =
{
XML_START, XML_END, XML_TOP, XML_BOTTOM
};
- XMLTokenEnum eXmlImageAligns[] =
+ const XMLTokenEnum eXmlImageAligns[] =
{
XML_START, XML_CENTER, XML_END
};