New loplugin:externvar: svl

Change-Id: Ib8a198c52aa6b92d602e0477d4af7e30f5d5baee
This commit is contained in:
Stephan Bergmann 2017-01-09 15:40:42 +01:00
parent 188b3b6dfd
commit e7b35ed3e3
2 changed files with 7 additions and 7 deletions

View File

@ -28,11 +28,11 @@
#if OSL_DEBUG_LEVEL > 0
static sal_uLong nItemCount = 0;
const char* pw1 = "Wow! 10.000 items!";
const char* pw2 = "Wow! 100.000 items!";
const char* pw3 = "Wow! 1.000.000 items!";
const char* pw4 = "Wow! 50.000.000 items!";
const char* pw5 = "Wow! 10.000.000 items!";
static const char* pw1 = "Wow! 10.000 items!";
static const char* pw2 = "Wow! 100.000 items!";
static const char* pw3 = "Wow! 1.000.000 items!";
static const char* pw4 = "Wow! 50.000.000 items!";
static const char* pw5 = "Wow! 10.000.000 items!";
#endif
SfxPoolItem::SfxPoolItem(sal_uInt16 const nWhich)

View File

@ -54,9 +54,9 @@ public:
sal_uInt32 mnStyles;
sal_uInt32 mnPools;
}
aDbgStyleSheetReferences;
};
static DbgStyleSheetReferences aDbgStyleSheetReferences;
#endif