summaryrefslogtreecommitdiff
path: root/sw/source/uibase/docvw/ShadowOverlayObject.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/docvw/ShadowOverlayObject.hxx')
-rw-r--r--sw/source/uibase/docvw/ShadowOverlayObject.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/docvw/ShadowOverlayObject.hxx b/sw/source/uibase/docvw/ShadowOverlayObject.hxx
index d8a55e92304c..90731b073021 100644
--- a/sw/source/uibase/docvw/ShadowOverlayObject.hxx
+++ b/sw/source/uibase/docvw/ShadowOverlayObject.hxx
@@ -55,7 +55,7 @@ public:
void SetPosition( const basegfx::B2DPoint& rPoint1,
const basegfx::B2DPoint& rPoint2 );
- static ShadowOverlayObject* CreateShadowOverlayObject( SwView& rDocView );
+ static ShadowOverlayObject* CreateShadowOverlayObject( SwView const & rDocView );
static void DestroyShadowOverlayObject( ShadowOverlayObject* pShadow );
};