summaryrefslogtreecommitdiff
path: root/xmloff/source/style/undlihdl.cxx
diff options
context:
space:
mode:
authorGert Faller <gertfaller@aliceadsl.fr>2010-12-12 09:24:14 +0100
committerGert Faller <gertfaller@aliceadsl.fr>2010-12-12 09:24:14 +0100
commit062f24fba52d2f29efdee5f7674bdefa6d898bf3 (patch)
tree5fd145b6466ae71d470a7db1d6c848afc3d742bb /xmloff/source/style/undlihdl.cxx
parent3648fb3c27f87e9b03679b42b9616785d02a3c22 (diff)
change of __READONLY_DATA define to const
Diffstat (limited to 'xmloff/source/style/undlihdl.cxx')
-rw-r--r--xmloff/source/style/undlihdl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/style/undlihdl.cxx b/xmloff/source/style/undlihdl.cxx
index 53c43c85de13..85f72a06cdc8 100644
--- a/xmloff/source/style/undlihdl.cxx
+++ b/xmloff/source/style/undlihdl.cxx
@@ -44,7 +44,7 @@ using namespace ::com::sun::star;
using namespace ::com::sun::star::awt;
using namespace ::xmloff::token;
-SvXMLEnumMapEntry __READONLY_DATA pXML_UnderlineType_Enum[] =
+SvXMLEnumMapEntry const pXML_UnderlineType_Enum[] =
{
{ XML_NONE, FontUnderline::NONE },
{ XML_SINGLE, FontUnderline::SINGLE },
@@ -67,7 +67,7 @@ SvXMLEnumMapEntry __READONLY_DATA pXML_UnderlineType_Enum[] =
{ XML_TOKEN_INVALID, 0 }
};
-SvXMLEnumMapEntry __READONLY_DATA pXML_UnderlineStyle_Enum[] =
+SvXMLEnumMapEntry const pXML_UnderlineStyle_Enum[] =
{
{ XML_NONE, FontUnderline::NONE },
{ XML_SOLID, FontUnderline::SINGLE },
@@ -90,7 +90,7 @@ SvXMLEnumMapEntry __READONLY_DATA pXML_UnderlineStyle_Enum[] =
{ XML_TOKEN_INVALID, 0 }
};
-SvXMLEnumMapEntry __READONLY_DATA pXML_UnderlineWidth_Enum[] =
+SvXMLEnumMapEntry const pXML_UnderlineWidth_Enum[] =
{
{ XML_AUTO, FontUnderline::NONE },
{ XML_AUTO, FontUnderline::SINGLE },