diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-08-07 15:30:37 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-08-07 18:08:29 +0200 |
commit | adc49a81e940cb84724288a4453b6711f283219f (patch) | |
tree | dc86287afb936e3459bc9217480884ab5bd48ea2 /svx/source/engine3d | |
parent | 7435558847c7bbe9160e0ca6fb1a6115a34555fe (diff) |
remove empty ascii boxes and stuff
Change-Id: Ied91b5b298f0cfad0d3408c3cbb87c7bd1b83247
Diffstat (limited to 'svx/source/engine3d')
-rw-r--r-- | svx/source/engine3d/dragmt3d.cxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/svx/source/engine3d/dragmt3d.cxx b/svx/source/engine3d/dragmt3d.cxx index 81771f1ece41..36d7b9d1437e 100644 --- a/svx/source/engine3d/dragmt3d.cxx +++ b/svx/source/engine3d/dragmt3d.cxx @@ -129,10 +129,6 @@ E3dDragMethod::E3dDragMethod ( } } -/************************************************************************* -|* -\************************************************************************/ - void E3dDragMethod::TakeSdrDragComment(XubString& /*rStr*/) const { } @@ -454,10 +450,6 @@ void E3dDragRotate::MoveSdrDrag(const Point& rPnt) } } -/************************************************************************* -|* -\************************************************************************/ - Pointer E3dDragRotate::GetSdrDragPointer() const { return Pointer(POINTER_ROTATE); @@ -732,10 +724,6 @@ void E3dDragMove::MoveSdrDrag(const Point& rPnt) } } -/************************************************************************* -|* -\************************************************************************/ - Pointer E3dDragMove::GetSdrDragPointer() const { return Pointer(POINTER_MOVE); |