diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-10-05 10:25:29 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-10-05 15:07:23 +0200 |
commit | 2bdf80be4c822378ba101703e4051a37c8f2ad41 (patch) | |
tree | 158da830eb78da0b9adf6db850fca80a53571428 /vbahelper | |
parent | b6d6591fafb8ad2e59a27ff1ac6b234d879b4cf7 (diff) |
loplugin:finalclasses in unotools..vbahelper
Change-Id: I9350f9d37eaba99a1d74e103c969a9dcfe795497
Reviewed-on: https://gerrit.libreoffice.org/43160
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vbahelper')
-rw-r--r-- | vbahelper/source/vbahelper/vbalineformat.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
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<OUString> getServiceNames() override; static sal_Int32 convertLineStartEndNameToArrowheadStyle( const OUString& sLineName ); |