summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/shadow/ShadowPropertyPanel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sidebar/shadow/ShadowPropertyPanel.hxx')
-rw-r--r--svx/source/sidebar/shadow/ShadowPropertyPanel.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/sidebar/shadow/ShadowPropertyPanel.hxx b/svx/source/sidebar/shadow/ShadowPropertyPanel.hxx
index 63551c30224c..22c008601602 100644
--- a/svx/source/sidebar/shadow/ShadowPropertyPanel.hxx
+++ b/svx/source/sidebar/shadow/ShadowPropertyPanel.hxx
@@ -27,7 +27,7 @@ class ShadowPropertyPanel
{
public:
virtual ~ShadowPropertyPanel();
- virtual void dispose() SAL_OVERRIDE;
+ virtual void dispose() override;
static VclPtr<vcl::Window> Create(
vcl::Window* pParent,
@@ -35,13 +35,13 @@ public:
SfxBindings* pBindings);
virtual void DataChanged(
- const DataChangedEvent& rEvent) SAL_OVERRIDE;
+ const DataChangedEvent& rEvent) override;
virtual void NotifyItemUpdate(
const sal_uInt16 nSId,
const SfxItemState eState,
const SfxPoolItem* pState,
- const bool bIsEnabled) SAL_OVERRIDE;
+ const bool bIsEnabled) override;
SfxBindings* GetBindings() { return mpBindings;}