summaryrefslogtreecommitdiff
path: root/sc/source/ui/drawfunc/fusel2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/drawfunc/fusel2.cxx')
-rw-r--r--sc/source/ui/drawfunc/fusel2.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/ui/drawfunc/fusel2.cxx b/sc/source/ui/drawfunc/fusel2.cxx
index d19236b9991f..8f753aae6d3d 100644
--- a/sc/source/ui/drawfunc/fusel2.cxx
+++ b/sc/source/ui/drawfunc/fusel2.cxx
@@ -37,8 +37,6 @@
#include "drawview.hxx"
#include <svx/sdrhittesthelper.hxx>
-
-
inline long Diff( const Point& rP1, const Point& rP2 )
{
long nX = rP1.X() - rP2.X();
@@ -166,6 +164,4 @@ void FuSelection::ActivateNoteHandles(SdrObject* pObject)
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */