summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLIndexTableSourceContext.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/text/XMLIndexTableSourceContext.cxx
parent3648fb3c27f87e9b03679b42b9616785d02a3c22 (diff)
change of __READONLY_DATA define to const
Diffstat (limited to 'xmloff/source/text/XMLIndexTableSourceContext.cxx')
-rw-r--r--xmloff/source/text/XMLIndexTableSourceContext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/XMLIndexTableSourceContext.cxx b/xmloff/source/text/XMLIndexTableSourceContext.cxx
index 45708837adef..abaa670e8615 100644
--- a/xmloff/source/text/XMLIndexTableSourceContext.cxx
+++ b/xmloff/source/text/XMLIndexTableSourceContext.cxx
@@ -86,7 +86,7 @@ XMLIndexTableSourceContext::~XMLIndexTableSourceContext()
{
}
-static SvXMLEnumMapEntry __READONLY_DATA lcl_aReferenceTypeTokenMap[] =
+static SvXMLEnumMapEntry const lcl_aReferenceTypeTokenMap[] =
{
{ XML_TEXT, ReferenceFieldPart::TEXT },