summaryrefslogtreecommitdiff
path: root/include/svl/undo.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-03-29 09:05:39 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-29 09:24:41 +0000
commit8c1bac8d8eb39e78a2e10993c0cd52ec28ae24de (patch)
tree72903d844a18564e79dd9a9badc367803542ca24 /include/svl/undo.hxx
parentae8d4fd4fd049fa020d59bf4c743c4f7d0788d43 (diff)
loplugin:unnecessaryvirtual
Change-Id: I5076f8700ee29cfec3875dfbc4b149229d776712 Reviewed-on: https://gerrit.libreoffice.org/35823 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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 abb892788cbf..b3301f6f6166 100644
--- a/include/svl/undo.hxx
+++ b/include/svl/undo.hxx
@@ -154,7 +154,7 @@ public:
/// See SfxUndoAction::GetViewShellId().
ViewShellId GetViewShellId() const override;
virtual OUString GetRepeatComment(SfxRepeatTarget&) const override;
- virtual sal_uInt16 GetId() const;
+ sal_uInt16 GetId() const;
void SetComment(const OUString& rComment);
void dumpAsXml(struct _xmlTextWriter* pWriter) const override;