summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-07-14 09:55:20 +0200
committerNoel Grandin <noel@peralex.com>2014-07-14 11:07:48 +0200
commit0b34104ca19cf37cb18409bfddf868866e358b14 (patch)
tree75ec1ce2592d501985dcf28e1dfc7abd95326278 /sc/inc
parentea73e43ac5696bea5b37ed010101168fd2cb60c1 (diff)
loplugin:saloverride
Change-Id: Ia9a02ea6dfa3e59ff5e8bc7da229793e97f3567e
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/undosort.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/undosort.hxx b/sc/inc/undosort.hxx
index 388fcfa48bc9..283b99f89d13 100644
--- a/sc/inc/undosort.hxx
+++ b/sc/inc/undosort.hxx
@@ -22,9 +22,9 @@ class UndoSort : public ScSimpleUndo
public:
UndoSort( ScDocShell* pDocSh, const ReorderParam& rParam );
- virtual OUString GetComment() const;
- virtual void Undo();
- virtual void Redo();
+ virtual OUString GetComment() const SAL_OVERRIDE;
+ virtual void Undo() SAL_OVERRIDE;
+ virtual void Redo() SAL_OVERRIDE;
private:
void Execute( bool bUndo );