summaryrefslogtreecommitdiffstats
path: root/cppcanvas/source/inc/canvasgraphichelper.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-28 09:46:23 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-28 10:41:35 +0000
commita99520eb0a0ccb5a03e85c697d38eb6520ec403c (patch)
tree415e1c67367285f0fcefd3f625112e89e13ec410 /cppcanvas/source/inc/canvasgraphichelper.hxx
parentsvx: fix crash in JunitTest_svx_unoapi (diff)
downloadcore-a99520eb0a0ccb5a03e85c697d38eb6520ec403c.tar.gz
core-a99520eb0a0ccb5a03e85c697d38eb6520ec403c.zip
com::sun::star->css in cppcanvas
Change-Id: Ibb7493456c20600fe3e823c74af6e572d9577817 Reviewed-on: https://gerrit.libreoffice.org/17379 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'cppcanvas/source/inc/canvasgraphichelper.hxx')
-rw-r--r--cppcanvas/source/inc/canvasgraphichelper.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/cppcanvas/source/inc/canvasgraphichelper.hxx b/cppcanvas/source/inc/canvasgraphichelper.hxx
index 031b9e7b5302..209f191e55cd 100644
--- a/cppcanvas/source/inc/canvasgraphichelper.hxx
+++ b/cppcanvas/source/inc/canvasgraphichelper.hxx
@@ -58,16 +58,16 @@ namespace cppcanvas
protected:
// for our clients
// ===============
- CanvasSharedPtr getCanvas() const { return mpCanvas; }
- ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XGraphicDevice > getGraphicDevice() const { return mxGraphicDevice; }
- const ::com::sun::star::rendering::RenderState& getRenderState() const;
+ CanvasSharedPtr getCanvas() const { return mpCanvas; }
+ css::uno::Reference< css::rendering::XGraphicDevice > getGraphicDevice() const { return mxGraphicDevice; }
+ const css::rendering::RenderState& getRenderState() const;
private:
- mutable ::com::sun::star::rendering::RenderState maRenderState;
+ mutable css::rendering::RenderState maRenderState;
- boost::optional<basegfx::B2DPolyPolygon> maClipPolyPolygon;
- CanvasSharedPtr mpCanvas;
- ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XGraphicDevice > mxGraphicDevice;
+ boost::optional<basegfx::B2DPolyPolygon> maClipPolyPolygon;
+ CanvasSharedPtr mpCanvas;
+ css::uno::Reference< css::rendering::XGraphicDevice > mxGraphicDevice;
};
}