summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/virtoutp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/layout/virtoutp.hxx')
-rw-r--r--sw/source/core/layout/virtoutp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/layout/virtoutp.hxx b/sw/source/core/layout/virtoutp.hxx
index d53d38aee29e..17ec8841f5c3 100644
--- a/sw/source/core/layout/virtoutp.hxx
+++ b/sw/source/core/layout/virtoutp.hxx
@@ -49,7 +49,7 @@ public:
void Enter( SwViewShell *pShell, SwRect &rRect, bool bOn );
void Leave() { --nCount; Flush(); }
- void SetOrgRect( SwRect &rRect ) { aOrgRect = rRect; }
+ void SetOrgRect( SwRect const &rRect ) { aOrgRect = rRect; }
const SwRect& GetOrgRect() const { return aOrgRect; }
bool IsFlushable() const { return bool(pOut); }