summaryrefslogtreecommitdiff
path: root/include/svl/undo.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-12-07 13:18:54 +0200
committerTor Lillqvist <tml@collabora.com>2014-12-07 13:23:16 +0200
commit081f813a88aac06c58b5cef39f0c131dfce56c01 (patch)
tree32bc33f181a1014b6dbf90ae99a2b12d9b3e7b9c /include/svl/undo.hxx
parentd51e7944d673f48a60872e815d6e484d7387a40e (diff)
WaE: overriding destructor declaration not explicitly marked 'virtual'
Change-Id: Ie2f07ae8c7b6cdf4ee3f49847b6fbf79895780db
Diffstat (limited to 'include/svl/undo.hxx')
-rw-r--r--include/svl/undo.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/undo.hxx b/include/svl/undo.hxx
index 24fcbbc60110..41fe58841163 100644
--- a/include/svl/undo.hxx
+++ b/include/svl/undo.hxx
@@ -143,7 +143,7 @@ public:
SfxListUndoAction(
const OUString &rComment, const OUString& rRepeatComment, sal_uInt16 nId, SfxUndoArray *pFather );
- ~SfxListUndoAction();
+ virtual ~SfxListUndoAction();
virtual void Undo() SAL_OVERRIDE;
virtual void UndoWithContext( SfxUndoContext& i_context ) SAL_OVERRIDE;