diff options
Diffstat (limited to 'sd/inc/sdundo.hxx')
-rw-r--r-- | sd/inc/sdundo.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/sdundo.hxx b/sd/inc/sdundo.hxx index 50fae9bd4212..02c874eb158f 100644 --- a/sd/inc/sdundo.hxx +++ b/sd/inc/sdundo.hxx @@ -28,7 +28,7 @@ class SdDrawDocument; class SD_DLLPUBLIC SdUndoAction : public SfxUndoAction { public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SdUndoAction(SdDrawDocument* pSdDrawDocument) : mpDoc(pSdDrawDocument) {} virtual ~SdUndoAction() {} |