diff options
author | Gert Faller <gertfaller@aliceadsl.fr> | 2010-12-12 09:24:14 +0100 |
---|---|---|
committer | Gert Faller <gertfaller@aliceadsl.fr> | 2010-12-12 09:24:14 +0100 |
commit | 062f24fba52d2f29efdee5f7674bdefa6d898bf3 (patch) | |
tree | 5fd145b6466ae71d470a7db1d6c848afc3d742bb /sfx2/source/appl/appmain.cxx | |
parent | 3648fb3c27f87e9b03679b42b9616785d02a3c22 (diff) |
change of __READONLY_DATA define to const
Diffstat (limited to 'sfx2/source/appl/appmain.cxx')
-rw-r--r-- | sfx2/source/appl/appmain.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/appmain.cxx b/sfx2/source/appl/appmain.cxx index 0083bec101b7..b5ab8e04e423 100644 --- a/sfx2/source/appl/appmain.cxx +++ b/sfx2/source/appl/appmain.cxx @@ -85,7 +85,7 @@ DBG_NAME(SfxAppMainCHAOSReg) //=================================================================== #ifdef TF_POOLABLE -static SfxItemInfo __READONLY_DATA aItemInfos[] = +static SfxItemInfo const aItemInfos[] = { { 0, 0 } }; |