summaryrefslogtreecommitdiff
path: root/sc/source/ui/app/msgpool.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-07-01 19:56:24 +0200
committerStephan Bergmann <sbergman@redhat.com>2020-07-01 21:23:34 +0200
commit45170005287b7f1c9610684b3d5913a356b0f4e1 (patch)
treeedb06323c3e22b6e49247679222b392be9ce0561 /sc/source/ui/app/msgpool.cxx
parent8e50b9ca808e668d1f55d6b2dc517e6221fe1df7 (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.cxx2
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!
2014-10-25fdo#85179 RTF filter: import image borderMiklos Vajna 2014-10-03html export: Fix export of checked checkbox and radiobutton.Marco Cecchetti 2014-09-24Disable HTML any check which uses twip->pixel conversion on OSXTomaž Vajngerl 2014-09-23Not only hspace, vspace but also width, heightStephan Bergmann 2014-09-23Disable HTML export "hspace" and "vspace" check on OSXTomaž Vajngerl 2014-09-22Test HTML export of images & image properties.Tomaž Vajngerl 2014-08-30CppunitTest_sw_htmlexport: enable on OS XMiklos Vajna 2014-08-28sw: why is swdll.hxx included everywhere?Michael Stahl 2014-08-28sw: fix htmlexport test failureMichael Stahl 2014-08-27sw HTML export: avoid invalid output for embedded documentsMiklos Vajna 2014-08-26sw HTML export: avoid <table> directly inside <p>Miklos Vajna 2014-08-25CppunitTest_sw_htmlexport: enable on WindowsMiklos Vajna 2014-08-25HTML export: avoid invalid output for embedded spreadsheetsMiklos Vajna 2014-08-25sw HTML export: avoid loosing embedded objects when skipping imagesMiklos Vajna 2014-07-23fdo#81276: sw: HTML import: fix inverted test in CSS importMichael Stahl 2014-05-15sw html test: missed one class name at renamingTomaž Vajngerl 2014-05-15sw test: HtmlExportTest - assert pDoc exists, rename classTomaž Vajngerl 2014-04-29tests: add XML and HTML test tools to test moduleTomaž Vajngerl 2014-04-09html export: Simplify & speed-up the test.Jan Holesovsky 2014-04-08sw html: HTML export test - option with or without "skipImages"Tomaž Vajngerl 2013-11-15CppunitTest_sw_htmlexport: check for nullptrMiklos Vajna 2013-11-13Make CppunitTest_sw_htmlexport use DECLARE_SW_ROUNDTRIP_TEST()Miklos Vajna 2013-11-12CppunitTest_sw_htmlexport: make this really test the exported modelMiklos Vajna 2013-09-10Improve border equal check in filter tests 2.Zolnai Tamás 2013-09-09Use hex color code in character border filter testsZolnai Tamás 2013-09-08CharBrd 9.1: HTML filtersZolnai Tamás 2013-04-30fdo#62336 - unit test for conversion failure.Michael Meeks