summaryrefslogtreecommitdiffstats
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 fa2d06ee8cd6..159c1f11ddae 100644
--- a/sd/inc/sdundo.hxx
+++ b/sd/inc/sdundo.hxx
@@ -29,7 +29,6 @@ class SD_DLLPUBLIC SdUndoAction : public SfxUndoAction
{
public:
SdUndoAction(SdDrawDocument* pSdDrawDocument);
- virtual ~SdUndoAction() override {}
void SetComment(const OUString& rStr) { maComment = rStr; }
virtual OUString GetComment() const override { return maComment; }