summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2015-04-01 17:48:09 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-04-07 09:18:10 +0200
commitd351344bbae3144aebcaebd309906ddefa7f4c43 (patch)
treebd269b9170044e2b68281321146b37fe7f335981 /editeng
parentf91cdbe2f51ab13aeab31100058722f27682210a (diff)
Kill some whitespace found during debugging.
Change-Id: I456aff9ab6d7469c88f21b0b2f6b922feddc9f50
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/editeng/editeng.cxx1
-rw-r--r--editeng/source/editeng/impedit3.cxx2
-rw-r--r--editeng/source/outliner/outliner.cxx1
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,