summaryrefslogtreecommitdiff
path: root/sw/source/core/view/vdraw.cxx
diff options
context:
space:
mode:
authorPhilipp Riemer <ruderphilipp@gmail.com>2013-05-05 20:19:50 +0200
committerPhilipp Riemer <ruderphilipp@gmail.com>2013-05-05 20:33:19 +0200
commitb9008dfbef5c744e351c6bb1edbfc30f364731c8 (patch)
tree03767b2515c2ab7f7334882fce4cf5c6fbc9de14 /sw/source/core/view/vdraw.cxx
parentc1d5e765dbc78de252cb94a66bb5ed49f15218ff (diff)
fdo#62475 - remove visual noise in sw/source/core/view
- ASCII art - method comments without further info - multiple blank lines Change-Id: Iec6fac8ce28a82b2ce15a72ed7ffa5fc38d4e218
Diffstat (limited to 'sw/source/core/view/vdraw.cxx')
-rw-r--r--sw/source/core/view/vdraw.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/source/core/view/vdraw.cxx b/sw/source/core/view/vdraw.cxx
index 58a31032ba24..9ede6c5a6cb1 100644
--- a/sw/source/core/view/vdraw.cxx
+++ b/sw/source/core/view/vdraw.cxx
@@ -42,7 +42,6 @@
#include <IDocumentDrawModelAccess.hxx>
-
void SwViewImp::StartAction()
{
if ( HasDrawView() )
@@ -53,7 +52,6 @@ void SwViewImp::StartAction()
}
}
-
void SwViewImp::EndAction()
{
if ( HasDrawView() )
@@ -64,7 +62,6 @@ void SwViewImp::EndAction()
}
}
-
void SwViewImp::LockPaint()
{
if ( HasDrawView() )
@@ -78,14 +75,12 @@ void SwViewImp::LockPaint()
}
}
-
void SwViewImp::UnlockPaint()
{
if ( bResetHdlHiddenPaint )
GetDrawView()->showMarkHandles();
}
-
void SwViewImp::PaintLayer( const SdrLayerID _nLayerID,
SwPrintData const*const pPrintData,
const SwRect& aPaintRect,