summaryrefslogtreecommitdiff
path: root/sc/source/ui/sidebar/AlignmentPropertyPanel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/sidebar/AlignmentPropertyPanel.hxx')
-rw-r--r--sc/source/ui/sidebar/AlignmentPropertyPanel.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/sidebar/AlignmentPropertyPanel.hxx b/sc/source/ui/sidebar/AlignmentPropertyPanel.hxx
index ecda42376400..a2d041984556 100644
--- a/sc/source/ui/sidebar/AlignmentPropertyPanel.hxx
+++ b/sc/source/ui/sidebar/AlignmentPropertyPanel.hxx
@@ -46,16 +46,16 @@ public:
SfxBindings* pBindings);
virtual void DataChanged(
- const DataChangedEvent& rEvent);
+ const DataChangedEvent& rEvent) SAL_OVERRIDE;
virtual void HandleContextChange(
- const ::sfx2::sidebar::EnumContext aContext);
+ const ::sfx2::sidebar::EnumContext aContext) SAL_OVERRIDE;
virtual void NotifyItemUpdate(
const sal_uInt16 nSId,
const SfxItemState eState,
const SfxPoolItem* pState,
- const bool bIsEnabled);
+ const bool bIsEnabled) SAL_OVERRIDE;
SfxBindings* GetBindings();