diff options
Diffstat (limited to 'sc/source/ui/vba/vbachartobjects.hxx')
-rw-r--r-- | sc/source/ui/vba/vbachartobjects.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbachartobjects.hxx b/sc/source/ui/vba/vbachartobjects.hxx index 1d1878e25a40..4c2d03f96da6 100644 --- a/sc/source/ui/vba/vbachartobjects.hxx +++ b/sc/source/ui/vba/vbachartobjects.hxx @@ -41,7 +41,7 @@ public: ScVbaChartObjects( const css::uno::Reference< ov::XHelperInterface >& _xParent, const css::uno::Reference< css::uno::XComponentContext >& _xContext, const css::uno::Reference< css::table::XTableCharts >& _xTableCharts, const css::uno::Reference< css::drawing::XDrawPageSupplier >& _xDrawPageSupplier ); /// @throws css::script::BasicErrorException - css::uno::Sequence< OUString > getChartObjectNames(); + css::uno::Sequence< OUString > getChartObjectNames() const; void removeByName(const OUString& _sChartName); // XChartObjects |