summaryrefslogtreecommitdiff
path: root/cppcanvas/source/inc/canvasgraphichelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppcanvas/source/inc/canvasgraphichelper.hxx')
-rw-r--r--cppcanvas/source/inc/canvasgraphichelper.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/cppcanvas/source/inc/canvasgraphichelper.hxx b/cppcanvas/source/inc/canvasgraphichelper.hxx
index 209f191e55cd..a8c075a68c36 100644
--- a/cppcanvas/source/inc/canvasgraphichelper.hxx
+++ b/cppcanvas/source/inc/canvasgraphichelper.hxx
@@ -59,15 +59,15 @@ namespace cppcanvas
// for our clients
// ===============
CanvasSharedPtr getCanvas() const { return mpCanvas; }
- css::uno::Reference< css::rendering::XGraphicDevice > getGraphicDevice() const { return mxGraphicDevice; }
- const css::rendering::RenderState& getRenderState() const;
+ css::uno::Reference< css::rendering::XGraphicDevice > getGraphicDevice() const { return mxGraphicDevice; }
+ const css::rendering::RenderState& getRenderState() const;
private:
- mutable css::rendering::RenderState maRenderState;
+ mutable css::rendering::RenderState maRenderState;
boost::optional<basegfx::B2DPolyPolygon> maClipPolyPolygon;
CanvasSharedPtr mpCanvas;
- css::uno::Reference< css::rendering::XGraphicDevice > mxGraphicDevice;
+ css::uno::Reference< css::rendering::XGraphicDevice > mxGraphicDevice;
};
}