summaryrefslogtreecommitdiff
path: root/cppcanvas/source/tools/canvasgraphichelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppcanvas/source/tools/canvasgraphichelper.cxx')
-rw-r--r--cppcanvas/source/tools/canvasgraphichelper.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/cppcanvas/source/tools/canvasgraphichelper.cxx b/cppcanvas/source/tools/canvasgraphichelper.cxx
index 562be9715d58..43231ed347d5 100644
--- a/cppcanvas/source/tools/canvasgraphichelper.cxx
+++ b/cppcanvas/source/tools/canvasgraphichelper.cxx
@@ -115,15 +115,7 @@ namespace cppcanvas
return static_cast<CompositeOp>(maRenderState.CompositeOperation);
}
- CanvasSharedPtr CanvasGraphicHelper::getCanvas() const
- {
- return mpCanvas;
- }
- uno::Reference< rendering::XGraphicDevice > CanvasGraphicHelper::getGraphicDevice() const
- {
- return mxGraphicDevice;
- }
}
}