summaryrefslogtreecommitdiff
path: root/unotools/source/config
diff options
context:
space:
mode:
authorGert Faller <gertfaller@aliceadsl.fr>2010-12-12 10:14:17 +0100
committerGert Faller <gertfaller@aliceadsl.fr>2010-12-12 10:14:17 +0100
commitd1e95b771e91315a69b4862198f0563bdbb58888 (patch)
treeb81bcb65d76b246c9eddd473f7bd47caecf4a273 /unotools/source/config
parentec03cebe17848ff9b6851f4fb6d42515a79b8776 (diff)
change of __READONLY_DATA define to const
Diffstat (limited to 'unotools/source/config')
-rw-r--r--unotools/source/config/defaultoptions.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/config/defaultoptions.cxx b/unotools/source/config/defaultoptions.cxx
index a4611ab74ef5..3b49ef0f5f59 100644
--- a/unotools/source/config/defaultoptions.cxx
+++ b/unotools/source/config/defaultoptions.cxx
@@ -125,7 +125,7 @@ struct PathToDefaultMapping_Impl
PathStrPtr _pDefaultPath;
};
-static PathToDefaultMapping_Impl __READONLY_DATA PathMap_Impl[] =
+static PathToDefaultMapping_Impl const PathMap_Impl[] =
{
{ SvtPathOptions::PATH_ADDIN, &SvtDefaultOptions_Impl::m_aAddinPath },
{ SvtPathOptions::PATH_AUTOCORRECT, &SvtDefaultOptions_Impl::m_aAutoCorrectPath },