summaryrefslogtreecommitdiff
path: root/sw/source/ui/docvw/edtwin.cxx
diff options
context:
space:
mode:
authorGert Faller <gertfaller@aliceadsl.fr>2010-12-12 10:15:19 +0100
committerGert Faller <gertfaller@aliceadsl.fr>2010-12-12 10:15:19 +0100
commitec25b99bfe0978f61f0b829f5c669a8c176764c0 (patch)
tree203f92a0f32e112229ab299de74e1ded17b2545d /sw/source/ui/docvw/edtwin.cxx
parent7606556d8c9a020ccc08dca1f133be23a1507273 (diff)
change of __READONLY_DATA define to const
Diffstat (limited to 'sw/source/ui/docvw/edtwin.cxx')
-rw-r--r--sw/source/ui/docvw/edtwin.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/docvw/edtwin.cxx b/sw/source/ui/docvw/edtwin.cxx
index b10c395403..43b430565a 100644
--- a/sw/source/ui/docvw/edtwin.cxx
+++ b/sw/source/ui/docvw/edtwin.cxx
@@ -4404,7 +4404,7 @@ void SwEditWin::SetApplyTemplate(const SwApplyTemplate &rTempl)
rSh.Edit();
}
- static USHORT __READONLY_DATA aInva[] =
+ static USHORT const aInva[] =
{
SID_STYLE_WATERCAN,
SID_ATTR_CHAR_COLOR_EXT,
@@ -5322,7 +5322,7 @@ void SwEditWin::SetChainMode( BOOL bOn )
if ( !bChainMode )
rView.GetViewFrame()->HideStatusText();
- static USHORT __READONLY_DATA aInva[] =
+ static USHORT const aInva[] =
{
FN_FRAME_CHAIN, FN_FRAME_UNCHAIN, 0
};