summaryrefslogtreecommitdiff
path: root/oox/inc/drawingml/chart/plotareaconverter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/inc/drawingml/chart/plotareaconverter.hxx')
-rw-r--r--oox/inc/drawingml/chart/plotareaconverter.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/inc/drawingml/chart/plotareaconverter.hxx b/oox/inc/drawingml/chart/plotareaconverter.hxx
index 07061c1cc474..895a11977ede 100644
--- a/oox/inc/drawingml/chart/plotareaconverter.hxx
+++ b/oox/inc/drawingml/chart/plotareaconverter.hxx
@@ -43,7 +43,7 @@ public:
/** Converts the OOXML plot area model to a chart2 diagram. */
void convertFromModel(
const css::uno::Reference< css::chart2::XDiagram >& rxDiagram,
- TypeGroupConverter& rTypeGroup );
+ TypeGroupConverter const & rTypeGroup );
};