summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorGert Faller <gertfaller@aliceadsl.fr>2010-12-12 09:17:59 +0100
committerGert Faller <gertfaller@aliceadsl.fr>2010-12-12 09:17:59 +0100
commit0c938820f9059c132e1d27974f6c3c7e9a2d3f4d (patch)
tree2859812e00ef87a8471c929fb688b8b428dcdb5f /extensions
parent561b4fd234b6b1f5f0ea8291b4d89d22a44c9e09 (diff)
change of __READONLY_DATA define to const
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/propctrlr/fontdialog.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/propctrlr/fontdialog.cxx b/extensions/source/propctrlr/fontdialog.cxx
index b9a5e2afffe3..6fbda0cbcab0 100644
--- a/extensions/source/propctrlr/fontdialog.cxx
+++ b/extensions/source/propctrlr/fontdialog.cxx
@@ -527,7 +527,7 @@ namespace pcr
*pCounter++ = new SvxFontListItem (new FontList(Application::GetDefaultDevice()), CFID_FONTLIST);
// create the pool
- static SfxItemInfo __READONLY_DATA aItemInfos[CFID_LAST_ITEM_ID - CFID_FIRST_ITEM_ID + 1] =
+ static SfxItemInfo const aItemInfos[CFID_LAST_ITEM_ID - CFID_FIRST_ITEM_ID + 1] =
{
{ SID_ATTR_CHAR_FONT, 0 },
{ SID_ATTR_CHAR_FONTHEIGHT, 0 },