From d6da34186866aa5b373cb7ca6d22f67b36aea43c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 18 Oct 2018 09:32:50 +0200 Subject: loplugin:staticvar in sd Change-Id: I2a0b7e70db0d244627a462a5da5de7eeba8db940 Reviewed-on: https://gerrit.libreoffice.org/61907 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sd/qa/unit/import-tests.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd/qa/unit/import-tests.cxx') diff --git a/sd/qa/unit/import-tests.cxx b/sd/qa/unit/import-tests.cxx index cff2292aaca0..9dc6226b36d5 100644 --- a/sd/qa/unit/import-tests.cxx +++ b/sd/qa/unit/import-tests.cxx @@ -317,7 +317,7 @@ the test, and re-running; it should break. */ void SdImportTest::testDocumentLayout() { - struct { const char *pInput, *pDump; sal_Int32 nFormat; sal_Int32 nExportType; } aFilesToCompare[] = + static const struct { const char *pInput, *pDump; sal_Int32 nFormat; sal_Int32 nExportType; } aFilesToCompare[] = { { "odp/shapes-test.odp", "xml/shapes-test_page", ODP, -1 }, { "fdo47434.pptx", "xml/fdo47434_", PPTX, -1 }, -- cgit