summaryrefslogtreecommitdiff
path: root/xmloff/source/style/fonthdl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/fonthdl.cxx')
-rw-r--r--xmloff/source/style/fonthdl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/style/fonthdl.cxx b/xmloff/source/style/fonthdl.cxx
index ee53330b7f08..7324690edfbd 100644
--- a/xmloff/source/style/fonthdl.cxx
+++ b/xmloff/source/style/fonthdl.cxx
@@ -46,7 +46,7 @@ using namespace ::xmloff::token;
const SvXMLEnumMapEntry* lcl_getFontFamilyGenericMapping()
{
- static SvXMLEnumMapEntry __READONLY_DATA aFontFamilyGenericMapping[] =
+ static SvXMLEnumMapEntry const aFontFamilyGenericMapping[] =
{
{ XML_DECORATIVE, FAMILY_DECORATIVE },
@@ -60,7 +60,7 @@ const SvXMLEnumMapEntry* lcl_getFontFamilyGenericMapping()
return aFontFamilyGenericMapping;
}
-static SvXMLEnumMapEntry __READONLY_DATA aFontPitchMapping[] =
+static SvXMLEnumMapEntry const aFontPitchMapping[] =
{
{ XML_FIXED, PITCH_FIXED },
{ XML_VARIABLE, PITCH_VARIABLE },