summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/undolayer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/undolayer.hxx')
-rw-r--r--sd/source/ui/inc/undolayer.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/undolayer.hxx b/sd/source/ui/inc/undolayer.hxx
index e19bfcd7ddf0..61f9bc6c8e73 100644
--- a/sd/source/ui/inc/undolayer.hxx
+++ b/sd/source/ui/inc/undolayer.hxx
@@ -36,8 +36,8 @@ public:
const OUString& rOldLayerName, const OUString& rOldLayerTitle, const OUString& rOldLayerDesc, bool bOldIsVisible, bool bOldIsLocked, bool bOldIsPrintable,
const OUString& rNewLayerName, const OUString& rNewLayerTitle, const OUString& rNewLayerDesc, bool bNewIsVisible, bool bNewIsLocked, bool bNewIsPrintable );
- virtual void Undo() SAL_OVERRIDE;
- virtual void Redo() SAL_OVERRIDE;
+ virtual void Undo() override;
+ virtual void Redo() override;
private:
SdrLayer* mpLayer;