summaryrefslogtreecommitdiff
path: root/sd/inc/sdundo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/inc/sdundo.hxx')
-rw-r--r--sd/inc/sdundo.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/inc/sdundo.hxx b/sd/inc/sdundo.hxx
index 20da8b374a36..84b81a3215ae 100644
--- a/sd/inc/sdundo.hxx
+++ b/sd/inc/sdundo.hxx
@@ -28,7 +28,6 @@ class SdDrawDocument;
class SD_DLLPUBLIC SdUndoAction : public SfxUndoAction
{
public:
- TYPEINFO_OVERRIDE();
SdUndoAction(SdDrawDocument* pSdDrawDocument)
: mpDoc(pSdDrawDocument) {}
virtual ~SdUndoAction() {}