summaryrefslogtreecommitdiff
path: root/sc/inc/unoreflist.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/unoreflist.hxx')
-rw-r--r--sc/inc/unoreflist.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/unoreflist.hxx b/sc/inc/unoreflist.hxx
index dab538fc5f93..940865c3f1a4 100644
--- a/sc/inc/unoreflist.hxx
+++ b/sc/inc/unoreflist.hxx
@@ -65,7 +65,7 @@ class ScUnoRefUndoHint : public SfxHint
public:
TYPEINFO_OVERRIDE();
ScUnoRefUndoHint( const ScUnoRefEntry& rRefEntry );
- ~ScUnoRefUndoHint();
+ virtual ~ScUnoRefUndoHint();
sal_Int64 GetObjectId() const { return aEntry.nObjectId; }
const ScRangeList& GetRanges() const { return aEntry.aRanges; }