summaryrefslogtreecommitdiff
path: root/include/svx/float3d.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/float3d.hxx')
-rw-r--r--include/svx/float3d.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/float3d.hxx b/include/svx/float3d.hxx
index 8b117aa5e574..3dfdd8ebe9c9 100644
--- a/include/svx/float3d.hxx
+++ b/include/svx/float3d.hxx
@@ -234,7 +234,7 @@ private:
SVX_DLLPRIVATE void SetUILightState( ImageButton& aBtn, bool bState );
protected:
- virtual void Resize();
+ virtual void Resize() SAL_OVERRIDE;
public:
Svx3DWin( SfxBindings* pBindings, SfxChildWindow *pCW,
@@ -261,7 +261,7 @@ class Svx3DCtrlItem : public SfxControllerItem
{
protected:
virtual void StateChanged( sal_uInt16 nSId, SfxItemState eState,
- const SfxPoolItem* pState );
+ const SfxPoolItem* pState ) SAL_OVERRIDE;
public:
Svx3DCtrlItem( sal_uInt16, SfxBindings* );
@@ -279,7 +279,7 @@ class SvxConvertTo3DItem : public SfxControllerItem
bool bState;
protected:
- virtual void StateChanged(sal_uInt16 nSId, SfxItemState eState, const SfxPoolItem* pState);
+ virtual void StateChanged(sal_uInt16 nSId, SfxItemState eState, const SfxPoolItem* pState) SAL_OVERRIDE;
public:
SvxConvertTo3DItem(sal_uInt16 nId, SfxBindings* pBindings);