summaryrefslogtreecommitdiff
path: root/xmloff/source/style/postuhdl.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/postuhdl.cxx
parent3648fb3c27f87e9b03679b42b9616785d02a3c22 (diff)
change of __READONLY_DATA define to const
Diffstat (limited to 'xmloff/source/style/postuhdl.cxx')
-rw-r--r--xmloff/source/style/postuhdl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/postuhdl.cxx b/xmloff/source/style/postuhdl.cxx
index d9ef49975431..6a8c104fca3a 100644
--- a/xmloff/source/style/postuhdl.cxx
+++ b/xmloff/source/style/postuhdl.cxx
@@ -42,7 +42,7 @@ using ::rtl::OUStringBuffer;
using namespace ::com::sun::star;
using namespace ::xmloff::token;
-SvXMLEnumMapEntry __READONLY_DATA aPostureGenericMapping[] =
+SvXMLEnumMapEntry const aPostureGenericMapping[] =
{
{ XML_POSTURE_NORMAL, ITALIC_NONE },
{ XML_POSTURE_ITALIC, ITALIC_NORMAL },