diff options
Diffstat (limited to 'sw/source/uibase/docvw/ShadowOverlayObject.hxx')
-rw-r--r-- | sw/source/uibase/docvw/ShadowOverlayObject.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/uibase/docvw/ShadowOverlayObject.hxx b/sw/source/uibase/docvw/ShadowOverlayObject.hxx index 7e8384dc392c..fb796b9b9e81 100644 --- a/sw/source/uibase/docvw/ShadowOverlayObject.hxx +++ b/sw/source/uibase/docvw/ShadowOverlayObject.hxx @@ -52,8 +52,6 @@ public: void SetShadowState(ShadowState aState); inline ShadowState GetShadowState() {return mShadowState;} - inline const basegfx::B2DPoint& GetSecondPosition() const { return maSecondPosition; } - void SetPosition( const basegfx::B2DPoint& rPoint1, const basegfx::B2DPoint& rPoint2 ); |