From ec25b99bfe0978f61f0b829f5c669a8c176764c0 Mon Sep 17 00:00:00 2001 From: Gert Faller Date: Sun, 12 Dec 2010 10:15:19 +0100 Subject: change of __READONLY_DATA define to const --- sw/source/ui/docvw/edtwin.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sw/source/ui/docvw/edtwin.cxx') 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 }; -- cgit v1.2.3