summaryrefslogtreecommitdiff
path: root/svx/source/engine3d/e3dundo.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/engine3d/e3dundo.cxx')
-rw-r--r--svx/source/engine3d/e3dundo.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/svx/source/engine3d/e3dundo.cxx b/svx/source/engine3d/e3dundo.cxx
index 9d6dcfcff40d..e194dd661ef1 100644
--- a/svx/source/engine3d/e3dundo.cxx
+++ b/svx/source/engine3d/e3dundo.cxx
@@ -24,7 +24,6 @@
#include <svx/scene3d.hxx>
#include <svx/e3dsceneupdater.hxx>
-TYPEINIT1(E3dUndoAction, SfxUndoAction);
E3dUndoAction::~E3dUndoAction ()
{
@@ -37,7 +36,6 @@ bool E3dUndoAction::CanRepeat(SfxRepeatTarget&) const
return false;
}
-TYPEINIT1(E3dRotateUndoAction, E3dUndoAction);
// Undo destructor for 3D-Rotation
@@ -61,7 +59,6 @@ void E3dRotateUndoAction::Redo ()
pMy3DObj->SetTransform(aMyNewRotation);
}
-TYPEINIT1(E3dAttributesUndoAction, SdrUndoAction);
E3dAttributesUndoAction::E3dAttributesUndoAction( SdrModel &rModel,
E3dObject* pInObject,