remove unused debug code

unused since commit 9585c8b8c8
Date:   Tue Mar 22 10:58:54 2016 +0200
    loplugin:constantparam in sw

Change-Id: I8469619fb70583170ea5cc8d4d03464335af2d28
Reviewed-on: https://gerrit.libreoffice.org/33609
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
This commit is contained in:
Jochen Nitschke
2017-01-27 09:50:24 +01:00
parent 4511431fb6
commit 547ceda8ff
2 changed files with 0 additions and 9 deletions

View File

@@ -489,12 +489,7 @@ void SwTextPaintInfo::CtorInitTextPaintInfo( OutputDevice* pRenderContext, SwTex
pWrongList = nullptr;
pGrammarCheckList = nullptr;
pSmartTags = nullptr;
#if OSL_DEBUG_LEVEL > 1
pBrushItem = reinterpret_cast<SvxBrushItem*>(-1);
#else
pBrushItem = nullptr;
#endif
}
SwTextPaintInfo::SwTextPaintInfo( const SwTextPaintInfo &rInf, const OUString* pText )

View File

@@ -376,11 +376,7 @@ protected:
, pGrammarCheckList(nullptr)
, pSmartTags(nullptr)
, pSpaceAdd(nullptr)
#ifdef DBG_UTIL
, pBrushItem(reinterpret_cast<SvxBrushItem*>(-1))
#else
, pBrushItem(nullptr)
#endif
, nSpaceIdx(0)
{}