[Libreoffice-commits] core.git: sot/source
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Thu Jul 2 05:11:59 UTC 2020
sot/source/sdstor/stgelem.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit d72e9cc0d1a91bf6283dcc5d3d96ae16e7014454
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Wed Jul 1 23:49:54 2020 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Thu Jul 2 07:11:15 2020 +0200
Upcoming improved loplugin:staticanonymous -> redundantstatic: sot
Change-Id: I3e751a59eb6d5f95a331627d0fcd776b193b05b2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97667
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/sot/source/sdstor/stgelem.cxx b/sot/source/sdstor/stgelem.cxx
index 43f4faf0251d..ff41d8d70f9c 100644
--- a/sot/source/sdstor/stgelem.cxx
+++ b/sot/source/sdstor/stgelem.cxx
@@ -28,9 +28,9 @@
#include "stgelem.hxx"
#include "stgio.hxx"
-static const sal_uInt16 nMaxLegalStr = 31;
+const sal_uInt16 nMaxLegalStr = 31;
-static const sal_uInt8 cStgSignature[ 8 ] = { 0xD0,0xCF,0x11,0xE0,0xA1,0xB1,0x1A,0xE1 };
+const sal_uInt8 cStgSignature[ 8 ] = { 0xD0,0xCF,0x11,0xE0,0xA1,0xB1,0x1A,0xE1 };
////////////////////////////// struct ClsId
More information about the Libreoffice-commits
mailing list