summaryrefslogtreecommitdiff
path: root/svx/source/unodraw/unoshape.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/unodraw/unoshape.cxx')
-rw-r--r--svx/source/unodraw/unoshape.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx
index 887c9670ab9f..008cb8d3271d 100644
--- a/svx/source/unodraw/unoshape.cxx
+++ b/svx/source/unodraw/unoshape.cxx
@@ -157,7 +157,7 @@ public:
}
protected:
- virtual void getCurrentValue( Any& _out_rCurrentValue ) const
+ virtual void getCurrentValue( Any& _out_rCurrentValue ) const SAL_OVERRIDE
{
_out_rCurrentValue <<= static_cast< SvxShape& >( getContext() ).getPosition();
}
@@ -173,7 +173,7 @@ public:
}
protected:
- virtual void getCurrentValue( Any& _out_rCurrentValue ) const
+ virtual void getCurrentValue( Any& _out_rCurrentValue ) const SAL_OVERRIDE
{
_out_rCurrentValue <<= static_cast< SvxShape& >( getContext() ).getSize();
}