From 2bdf80be4c822378ba101703e4051a37c8f2ad41 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 5 Oct 2017 10:25:29 +0200 Subject: loplugin:finalclasses in unotools..vbahelper Change-Id: I9350f9d37eaba99a1d74e103c969a9dcfe795497 Reviewed-on: https://gerrit.libreoffice.org/43160 Tested-by: Jenkins Reviewed-by: Noel Grandin --- vbahelper/source/vbahelper/vbalineformat.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'vbahelper/source') diff --git a/vbahelper/source/vbahelper/vbalineformat.hxx b/vbahelper/source/vbahelper/vbalineformat.hxx index c23e80faeaa1..858fb3e1e99d 100644 --- a/vbahelper/source/vbahelper/vbalineformat.hxx +++ b/vbahelper/source/vbahelper/vbalineformat.hxx @@ -33,7 +33,6 @@ private: css::uno::Reference< css::beans::XPropertySet > m_xPropertySet; sal_Int32 m_nLineDashStyle; double m_nLineWeight; -protected: virtual OUString getServiceImplName() override; virtual css::uno::Sequence getServiceNames() override; static sal_Int32 convertLineStartEndNameToArrowheadStyle( const OUString& sLineName ); -- cgit