diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-08-13 10:19:56 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-08-14 14:22:45 +0200 |
commit | 013c278d564d4e50c81bec7915c33f4edd75c00e (patch) | |
tree | 4cd39d07ba8b4fdb247ebb001a5e190ff7708a19 /sc/inc | |
parent | c5155f59e9fb7f5841de8a6a6fae2219400ac508 (diff) |
loplugin:returnconstant in ScXMLChartExportWrapper
Change-Id: Ibf448058d5c67455a747a276717ba659559017bc
Reviewed-on: https://gerrit.libreoffice.org/58957
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/xmlwrap.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/xmlwrap.hxx b/sc/inc/xmlwrap.hxx index 3327160b45c0..e7768f79d1e6 100644 --- a/sc/inc/xmlwrap.hxx +++ b/sc/inc/xmlwrap.hxx @@ -96,7 +96,7 @@ class ScXMLChartExportWrapper { public: ScXMLChartExportWrapper( css::uno::Reference< css::frame::XModel > const & xModel, SfxMedium& rMed ); - bool Export(); + void Export(); private: css::uno::Reference< css::frame::XModel > mxModel; |