From fd736c4f7910f5b876c3ab8b8e0e804aa83347a0 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 24 Aug 2017 09:26:25 +0200 Subject: loplugin:constparam in sc part4 Change-Id: I745f50257948a53ca07766955c4f4e86dd2a366e Reviewed-on: https://gerrit.libreoffice.org/41497 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sc/source/filter/xml/XMLTableShapeResizer.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sc/source/filter/xml/XMLTableShapeResizer.hxx') diff --git a/sc/source/filter/xml/XMLTableShapeResizer.hxx b/sc/source/filter/xml/XMLTableShapeResizer.hxx index f154bb37e96f..be6a97b5e812 100644 --- a/sc/source/filter/xml/XMLTableShapeResizer.hxx +++ b/sc/source/filter/xml/XMLTableShapeResizer.hxx @@ -48,8 +48,8 @@ public: explicit ScMyOLEFixer(ScXMLImport& rImport); ~ScMyOLEFixer(); - static bool IsOLE(css::uno::Reference< css::drawing::XShape >& rShape); - void AddOLE(css::uno::Reference & rShape, + static bool IsOLE(const css::uno::Reference< css::drawing::XShape >& rShape); + void AddOLE(const css::uno::Reference & rShape, const OUString &rRangeList); void FixupOLEs(); }; -- cgit