diff options
Diffstat (limited to 'chart2/source/controller/inc')
-rw-r--r-- | chart2/source/controller/inc/RangeSelectionHelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/inc/RangeSelectionHelper.hxx b/chart2/source/controller/inc/RangeSelectionHelper.hxx index 049c19eac9d3..0b2ab7153e52 100644 --- a/chart2/source/controller/inc/RangeSelectionHelper.hxx +++ b/chart2/source/controller/inc/RangeSelectionHelper.hxx @@ -43,7 +43,7 @@ public: ~RangeSelectionHelper(); bool hasRangeSelection(); - css::uno::Reference< css::sheet::XRangeSelection > getRangeSelection(); + css::uno::Reference< css::sheet::XRangeSelection > const & getRangeSelection(); void raiseRangeSelectionDocument(); bool chooseRange( const OUString & aCurrentRange, |