New loplugin:externvar: svl
Change-Id: Ib8a198c52aa6b92d602e0477d4af7e30f5d5baee
This commit is contained in:
@@ -28,11 +28,11 @@
|
|||||||
#if OSL_DEBUG_LEVEL > 0
|
#if OSL_DEBUG_LEVEL > 0
|
||||||
static sal_uLong nItemCount = 0;
|
static sal_uLong nItemCount = 0;
|
||||||
|
|
||||||
const char* pw1 = "Wow! 10.000 items!";
|
static const char* pw1 = "Wow! 10.000 items!";
|
||||||
const char* pw2 = "Wow! 100.000 items!";
|
static const char* pw2 = "Wow! 100.000 items!";
|
||||||
const char* pw3 = "Wow! 1.000.000 items!";
|
static const char* pw3 = "Wow! 1.000.000 items!";
|
||||||
const char* pw4 = "Wow! 50.000.000 items!";
|
static const char* pw4 = "Wow! 50.000.000 items!";
|
||||||
const char* pw5 = "Wow! 10.000.000 items!";
|
static const char* pw5 = "Wow! 10.000.000 items!";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
SfxPoolItem::SfxPoolItem(sal_uInt16 const nWhich)
|
SfxPoolItem::SfxPoolItem(sal_uInt16 const nWhich)
|
||||||
|
@@ -54,9 +54,9 @@ public:
|
|||||||
|
|
||||||
sal_uInt32 mnStyles;
|
sal_uInt32 mnStyles;
|
||||||
sal_uInt32 mnPools;
|
sal_uInt32 mnPools;
|
||||||
}
|
};
|
||||||
aDbgStyleSheetReferences;
|
|
||||||
|
|
||||||
|
static DbgStyleSheetReferences aDbgStyleSheetReferences;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user