diff options
Diffstat (limited to 'sd/source/ui/func')
-rw-r--r-- | sd/source/ui/func/fuoltext.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/func/fusearch.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/func/futext.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/func/fuoltext.cxx b/sd/source/ui/func/fuoltext.cxx index 2364f2c14d51..2314e3b75d33 100644 --- a/sd/source/ui/func/fuoltext.cxx +++ b/sd/source/ui/func/fuoltext.cxx @@ -40,7 +40,7 @@ namespace sd { -static const sal_uInt16 SidArray[] = { +const sal_uInt16 SidArray[] = { SID_STYLE_FAMILY2, SID_STYLE_FAMILY3, SID_STYLE_FAMILY5, diff --git a/sd/source/ui/func/fusearch.cxx b/sd/source/ui/func/fusearch.cxx index 9d12624c57bd..08eee2d9a76e 100644 --- a/sd/source/ui/func/fusearch.cxx +++ b/sd/source/ui/func/fusearch.cxx @@ -35,7 +35,7 @@ class SfxRequest; namespace sd { -static const sal_uInt16 SidArraySpell[] = { +const sal_uInt16 SidArraySpell[] = { SID_DRAWINGMODE, SID_OUTLINE_MODE, SID_SLIDE_SORTER_MODE, diff --git a/sd/source/ui/func/futext.cxx b/sd/source/ui/func/futext.cxx index 51e5494ac697..ca22efc08780 100644 --- a/sd/source/ui/func/futext.cxx +++ b/sd/source/ui/func/futext.cxx @@ -73,7 +73,7 @@ using namespace ::com::sun::star::linguistic2; namespace sd { -static const sal_uInt16 SidArray[] = { +const sal_uInt16 SidArray[] = { SID_STYLE_FAMILY2, // 5542 SID_STYLE_FAMILY5, // 5545 SID_REDO, // 5700 |