summaryrefslogtreecommitdiff
path: root/sw/source/core/uibase/docvw/ShadowOverlayObject.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/uibase/docvw/ShadowOverlayObject.hxx')
-rw-r--r--sw/source/core/uibase/docvw/ShadowOverlayObject.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/uibase/docvw/ShadowOverlayObject.hxx b/sw/source/core/uibase/docvw/ShadowOverlayObject.hxx
index d692ec86a75b..d0e57d043584 100644
--- a/sw/source/core/uibase/docvw/ShadowOverlayObject.hxx
+++ b/sw/source/core/uibase/docvw/ShadowOverlayObject.hxx
@@ -37,7 +37,7 @@ class ShadowOverlayObject: public sdr::overlay::OverlayObjectWithBasePosition
{
protected:
// geometry creation for OverlayObject
- virtual drawinglayer::primitive2d::Primitive2DSequence createOverlayObjectPrimitive2DSequence();
+ virtual drawinglayer::primitive2d::Primitive2DSequence createOverlayObjectPrimitive2DSequence() SAL_OVERRIDE;
private:
basegfx::B2DPoint maSecondPosition;