summaryrefslogtreecommitdiff
path: root/canvas/source/tools/surface.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'canvas/source/tools/surface.hxx')
-rw-r--r--canvas/source/tools/surface.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/canvas/source/tools/surface.hxx b/canvas/source/tools/surface.hxx
index 25b859ba416b..e78925292f27 100644
--- a/canvas/source/tools/surface.hxx
+++ b/canvas/source/tools/surface.hxx
@@ -41,8 +41,8 @@ namespace canvas
{
public:
- Surface( const PageManagerSharedPtr& rPageManager,
- const std::shared_ptr<IColorBuffer>& rColorBuffer,
+ Surface( PageManagerSharedPtr xPageManager,
+ std::shared_ptr<IColorBuffer> xColorBuffer,
const ::basegfx::B2IPoint& rPos,
const ::basegfx::B2ISize& rSize );
~Surface();