diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-07-01 19:56:24 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-07-01 21:23:34 +0200 |
commit | 45170005287b7f1c9610684b3d5913a356b0f4e1 (patch) | |
tree | edb06323c3e22b6e49247679222b392be9ce0561 /sc/source/ui/app/msgpool.cxx | |
parent | 8e50b9ca808e668d1f55d6b2dc517e6221fe1df7 (diff) |
Upcoming improved loplugin:staticanonymous -> redundantstatic: sc
Change-Id: Ie2d2d26bac69f4b228eadef712b06b665b3974eb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97650
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sc/source/ui/app/msgpool.cxx')
-rw-r--r-- | sc/source/ui/app/msgpool.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/app/msgpool.cxx b/sc/source/ui/app/msgpool.cxx index 8a48a87bd290..d8ae220bf6dc 100644 --- a/sc/source/ui/app/msgpool.cxx +++ b/sc/source/ui/app/msgpool.cxx @@ -23,7 +23,7 @@ #include <docpool.hxx> #include <msgpool.hxx> -static SfxItemInfo const aMsgItemInfos[] = +SfxItemInfo const aMsgItemInfos[] = { { 0, true }, // SCITEM_STRING { 0, true }, // SCITEM_SEARCHDATA - stop using this! |