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@redhat.com>
This commit is contained in:
parent
f9766129b6
commit
d72e9cc0d1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue