diff options
author | Jan Holesovsky <kendy@collabora.com> | 2015-04-01 17:48:09 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-04-07 09:18:10 +0200 |
commit | d351344bbae3144aebcaebd309906ddefa7f4c43 (patch) | |
tree | bd269b9170044e2b68281321146b37fe7f335981 /editeng | |
parent | f91cdbe2f51ab13aeab31100058722f27682210a (diff) |
Kill some whitespace found during debugging.
Change-Id: I456aff9ab6d7469c88f21b0b2f6b922feddc9f50
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/editeng/editeng.cxx | 1 | ||||
-rw-r--r-- | editeng/source/editeng/impedit3.cxx | 2 | ||||
-rw-r--r-- | editeng/source/outliner/outliner.cxx | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/editeng/source/editeng/editeng.cxx b/editeng/source/editeng/editeng.cxx index acc0b851b807..21bdec0715e9 100644 --- a/editeng/source/editeng/editeng.cxx +++ b/editeng/source/editeng/editeng.cxx @@ -235,7 +235,6 @@ void EditEngine::Draw( OutputDevice* pOutDev, const Rectangle& rOutRect, const P void EditEngine::Draw( OutputDevice* pOutDev, const Rectangle& rOutRect, const Point& rStartDocPos, bool bClip ) { - #if defined( DBG_UTIL ) || (OSL_DEBUG_LEVEL > 1) if ( bDebugPaint ) EditDbg::ShowEditEngineData( this, false ); diff --git a/editeng/source/editeng/impedit3.cxx b/editeng/source/editeng/impedit3.cxx index 069a3935b16c..972c99701a5e 100644 --- a/editeng/source/editeng/impedit3.cxx +++ b/editeng/source/editeng/impedit3.cxx @@ -3811,7 +3811,6 @@ void ImpEditEngine::Paint( ImpEditView* pView, const Rectangle& rRect, OutputDev pTarget->SetMapMode( aOldMapMode ); } - pView->DrawSelection(pView->GetEditSelection(), 0, pTarget); } else @@ -3856,7 +3855,6 @@ void ImpEditEngine::Paint( ImpEditView* pView, const Rectangle& rRect, OutputDev pView->DrawSelection(pView->GetEditSelection(), 0, pTarget); } - } void ImpEditEngine::InsertContent( ContentNode* pNode, sal_Int32 nPos ) diff --git a/editeng/source/outliner/outliner.cxx b/editeng/source/outliner/outliner.cxx index b30bd9579a7b..e0b05e199a16 100644 --- a/editeng/source/outliner/outliner.cxx +++ b/editeng/source/outliner/outliner.cxx @@ -1749,7 +1749,6 @@ void Outliner::DrawingText( const Point& rStartPos, const OUString& rText, sal_I const Color& rOverlineColor, const Color& rTextLineColor) { - if(aDrawPortionHdl.IsSet()) { DrawPortionInfo aInfo( rStartPos, rText, nTextStart, nTextLen, rFont, nPara, nIndex, pDXArray, pWrongSpellVector, |