summaryrefslogtreecommitdiff
path: root/oox/source/shape/ShapeContextHandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/shape/ShapeContextHandler.hxx')
-rw-r--r--oox/source/shape/ShapeContextHandler.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/oox/source/shape/ShapeContextHandler.hxx b/oox/source/shape/ShapeContextHandler.hxx
index 353b7c538777..103a8106bd08 100644
--- a/oox/source/shape/ShapeContextHandler.hxx
+++ b/oox/source/shape/ShapeContextHandler.hxx
@@ -169,13 +169,13 @@ private:
css::uno::Reference<css::drawing::XDrawPage> mxDrawPage;
OUString msRelationFragmentPath;
- css::uno::Reference<XFastContextHandler> getGraphicShapeContext(::sal_Int32 Element);
- css::uno::Reference<XFastContextHandler> getChartShapeContext(::sal_Int32 Element);
- css::uno::Reference<XFastContextHandler> getDrawingShapeContext();
- css::uno::Reference<XFastContextHandler> getDiagramShapeContext();
- css::uno::Reference<XFastContextHandler> getLockedCanvasContext(sal_Int32 nElement);
- css::uno::Reference<XFastContextHandler> getWpsContext(sal_Int32 nStartElement, sal_Int32 nElement);
- css::uno::Reference<XFastContextHandler> getWpgContext(sal_Int32 nElement);
+ css::uno::Reference<XFastContextHandler> const & getGraphicShapeContext(::sal_Int32 Element);
+ css::uno::Reference<XFastContextHandler> const & getChartShapeContext(::sal_Int32 Element);
+ css::uno::Reference<XFastContextHandler> const & getDrawingShapeContext();
+ css::uno::Reference<XFastContextHandler> const & getDiagramShapeContext();
+ css::uno::Reference<XFastContextHandler> const & getLockedCanvasContext(sal_Int32 nElement);
+ css::uno::Reference<XFastContextHandler> const & getWpsContext(sal_Int32 nStartElement, sal_Int32 nElement);
+ css::uno::Reference<XFastContextHandler> const & getWpgContext(sal_Int32 nElement);
css::uno::Reference<XFastContextHandler> getContextHandler(sal_Int32 nElement = 0);
};