summaryrefslogtreecommitdiff
path: root/svx/inc/dragmt3d.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc/dragmt3d.hxx')
-rw-r--r--svx/inc/dragmt3d.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/svx/inc/dragmt3d.hxx b/svx/inc/dragmt3d.hxx
index f41257020d12..674a892e7796 100644
--- a/svx/inc/dragmt3d.hxx
+++ b/svx/inc/dragmt3d.hxx
@@ -63,7 +63,6 @@ protected:
bool mbMovedAtAll;
public:
- TYPEINFO_OVERRIDE();
E3dDragMethod(
SdrDragView &rView,
const SdrMarkList& rMark,
@@ -86,7 +85,6 @@ class E3dDragRotate : public E3dDragMethod
basegfx::B3DPoint maGlobalCenter;
public:
- TYPEINFO_OVERRIDE();
E3dDragRotate(
SdrDragView &rView,
const SdrMarkList& rMark,
@@ -104,7 +102,6 @@ class E3dDragMove : public E3dDragMethod
Point maScaleFixPos;
public:
- TYPEINFO_OVERRIDE();
E3dDragMove(
SdrDragView &rView,
const SdrMarkList& rMark,