diff options
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/pfiledlg.cxx | 4 | ||||
-rw-r--r-- | svx/source/dialog/svxbmpnumvalueset.cxx | 2 | ||||
-rw-r--r-- | svx/source/unodraw/unoprov.cxx | 4 | ||||
-rw-r--r-- | svx/source/xml/xmlxtimp.cxx | 12 | ||||
-rw-r--r-- | svx/source/xoutdev/xtabcolr.cxx | 4 |
5 files changed, 13 insertions, 13 deletions
diff --git a/svx/source/dialog/pfiledlg.cxx b/svx/source/dialog/pfiledlg.cxx index 6b625e56dd21..d4383cb8093b 100644 --- a/svx/source/dialog/pfiledlg.cxx +++ b/svx/source/dialog/pfiledlg.cxx @@ -45,8 +45,8 @@ using namespace ::rtl; using namespace ::com::sun::star; -sal_Char __READONLY_DATA sAudio[] = "audio"; -sal_Char __READONLY_DATA sVideo[] = "video"; +sal_Char const sAudio[] = "audio"; +sal_Char const sVideo[] = "video"; /************************************************************************* |* diff --git a/svx/source/dialog/svxbmpnumvalueset.cxx b/svx/source/dialog/svxbmpnumvalueset.cxx index e341da72951c..4b8dfc14718c 100644 --- a/svx/source/dialog/svxbmpnumvalueset.cxx +++ b/svx/source/dialog/svxbmpnumvalueset.cxx @@ -152,7 +152,7 @@ static void lcl_PaintLevel(OutputDevice* pVDev, sal_Int16 nNumberingType, } void SvxNumValueSet::UserDraw( const UserDrawEvent& rUDEvt ) { - static USHORT __READONLY_DATA aLinesArr[] = + static USHORT const aLinesArr[] = { 15, 10, 20, 30, diff --git a/svx/source/unodraw/unoprov.cxx b/svx/source/unodraw/unoprov.cxx index 49bce7951530..2e8019b73d80 100644 --- a/svx/source/unodraw/unoprov.cxx +++ b/svx/source/unodraw/unoprov.cxx @@ -1249,7 +1249,7 @@ bool SvxUnoConvertResourceString( int nSourceResIds, int nDestResIds, int nCount return FALSE; } -static USHORT __READONLY_DATA SvxUnoColorNameDefResId[] = +static USHORT const SvxUnoColorNameDefResId[] = { RID_SVXSTR_BLUEGREY_DEF, RID_SVXSTR_BLACK_DEF, @@ -1280,7 +1280,7 @@ static USHORT __READONLY_DATA SvxUnoColorNameDefResId[] = RID_SVXSTR_COLOR_CHART_DEF }; -static USHORT __READONLY_DATA SvxUnoColorNameResId[] = +static USHORT const SvxUnoColorNameResId[] = { RID_SVXSTR_BLUEGREY, RID_SVXSTR_BLACK, diff --git a/svx/source/xml/xmlxtimp.cxx b/svx/source/xml/xmlxtimp.cxx index 92ae7e36591c..f1e923d915f6 100644 --- a/svx/source/xml/xmlxtimp.cxx +++ b/svx/source/xml/xmlxtimp.cxx @@ -75,12 +75,12 @@ using namespace ::rtl; using namespace ::xmloff::token; using namespace cppu; -sal_Char __READONLY_DATA sXML_np__office[] = "__office"; -sal_Char __READONLY_DATA sXML_np__office_ooo[] = "___office"; -sal_Char __READONLY_DATA sXML_np__draw[] = "__draw"; -sal_Char __READONLY_DATA sXML_np__draw_ooo[] = "___draw"; -sal_Char __READONLY_DATA sXML_np__ooo[] = "__ooo"; -sal_Char __READONLY_DATA sXML_np__xlink[] = "__xlink"; +sal_Char const sXML_np__office[] = "__office"; +sal_Char const sXML_np__office_ooo[] = "___office"; +sal_Char const sXML_np__draw[] = "__draw"; +sal_Char const sXML_np__draw_ooo[] = "___draw"; +sal_Char const sXML_np__ooo[] = "__ooo"; +sal_Char const sXML_np__xlink[] = "__xlink"; /////////////////////////////////////////////////////////////////////// diff --git a/svx/source/xoutdev/xtabcolr.cxx b/svx/source/xoutdev/xtabcolr.cxx index b091b0be3d68..4c84e51dcde3 100644 --- a/svx/source/xoutdev/xtabcolr.cxx +++ b/svx/source/xoutdev/xtabcolr.cxx @@ -171,7 +171,7 @@ BOOL XColorTable::Create() xub_StrLen nLen; ResMgr& rRes = DIALOG_MGR(); - static USHORT __READONLY_DATA aResId[] = + static USHORT const aResId[] = { RID_SVXSTR_BLACK, RID_SVXSTR_BLUE, @@ -200,7 +200,7 @@ BOOL XColorTable::Create() // BM: ifndef VCL part removed (deprecated) - static ColorData __READONLY_DATA aColTab[] = + static ColorData const aColTab[] = { COL_BLACK, COL_BLUE, |