From f7acbfe2322477b25e5a21b414fd5f5e129eafb1 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 22 Feb 2019 10:00:32 +0200 Subject: loplugin:unusedfields in vbahelper Change-Id: I5b5820f236fa81a08faa8bd4d928ace2cc49cf25 Reviewed-on: https://gerrit.libreoffice.org/68157 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/vbahelper/vbashapes.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/vbahelper/vbashapes.hxx') diff --git a/include/vbahelper/vbashapes.hxx b/include/vbahelper/vbashapes.hxx index 3c956c10eb37..4a23b13d10c0 100644 --- a/include/vbahelper/vbashapes.hxx +++ b/include/vbahelper/vbashapes.hxx @@ -66,9 +66,9 @@ private: /// @throws css::uno::RuntimeException css::uno::Reference< css::drawing::XShape > createShape( const OUString& service ); /// @throws css::uno::RuntimeException - css::uno::Any AddRectangle( sal_Int32 startX, sal_Int32 startY, sal_Int32 nLineWidth, sal_Int32 nLineHeight, const css::uno::Any& rRange ); + css::uno::Any AddRectangle( sal_Int32 startX, sal_Int32 startY, sal_Int32 nLineWidth, sal_Int32 nLineHeight ); /// @throws css::uno::RuntimeException - css::uno::Any AddEllipse( sal_Int32 startX, sal_Int32 startY, sal_Int32 nLineWidth, sal_Int32 nLineHeight, const css::uno::Any& rRange ); + css::uno::Any AddEllipse( sal_Int32 startX, sal_Int32 startY, sal_Int32 nLineWidth, sal_Int32 nLineHeight ); /// @throws css::uno::RuntimeException css::uno::Any AddTextboxInWriter( sal_Int32 _nLeft, sal_Int32 _nTop, sal_Int32 _nWidth, sal_Int32 _nHeight ); OUString createName( const OUString& sName ); -- cgit