Kaydet (Commit) 547ceda8 authored tarafından Jochen Nitschke's avatar Jochen Nitschke

remove unused debug code

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

Change-Id: I8469619fb70583170ea5cc8d4d03464335af2d28
Reviewed-on: https://gerrit.libreoffice.org/33609Reviewed-by: 's avatarJochen Nitschke <j.nitschke+logerrit@ok.de>
Tested-by: 's avatarJochen Nitschke <j.nitschke+logerrit@ok.de>
üst 4511431f
...@@ -489,12 +489,7 @@ void SwTextPaintInfo::CtorInitTextPaintInfo( OutputDevice* pRenderContext, SwTex ...@@ -489,12 +489,7 @@ void SwTextPaintInfo::CtorInitTextPaintInfo( OutputDevice* pRenderContext, SwTex
pWrongList = nullptr; pWrongList = nullptr;
pGrammarCheckList = nullptr; pGrammarCheckList = nullptr;
pSmartTags = nullptr; pSmartTags = nullptr;
#if OSL_DEBUG_LEVEL > 1
pBrushItem = reinterpret_cast<SvxBrushItem*>(-1);
#else
pBrushItem = nullptr; pBrushItem = nullptr;
#endif
} }
SwTextPaintInfo::SwTextPaintInfo( const SwTextPaintInfo &rInf, const OUString* pText ) SwTextPaintInfo::SwTextPaintInfo( const SwTextPaintInfo &rInf, const OUString* pText )
......
...@@ -376,11 +376,7 @@ protected: ...@@ -376,11 +376,7 @@ protected:
, pGrammarCheckList(nullptr) , pGrammarCheckList(nullptr)
, pSmartTags(nullptr) , pSmartTags(nullptr)
, pSpaceAdd(nullptr) , pSpaceAdd(nullptr)
#ifdef DBG_UTIL
, pBrushItem(reinterpret_cast<SvxBrushItem*>(-1))
#else
, pBrushItem(nullptr) , pBrushItem(nullptr)
#endif
, nSpaceIdx(0) , nSpaceIdx(0)
{} {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment