diff options
Diffstat (limited to 'include/vcl/vcllayout.hxx')
-rw-r--r-- | include/vcl/vcllayout.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/vcllayout.hxx b/include/vcl/vcllayout.hxx index 0bb529402202..23daba62693a 100644 --- a/include/vcl/vcllayout.hxx +++ b/include/vcl/vcllayout.hxx @@ -116,7 +116,7 @@ public: virtual bool GetOutline(basegfx::B2DPolyPolygonVector&) const; bool GetBoundRect(basegfx::B2DRectangle&) const; - static tools::Rectangle BoundRect2Rectangle(basegfx::B2DRectangle&); + static tools::Rectangle BoundRect2Rectangle(const basegfx::B2DRectangle&); virtual SalLayoutGlyphs GetGlyphs() const; |