summaryrefslogtreecommitdiff
path: root/include/vbahelper/vbashaperange.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-10-05 10:25:29 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-10-05 15:07:23 +0200
commit2bdf80be4c822378ba101703e4051a37c8f2ad41 (patch)
tree158da830eb78da0b9adf6db850fca80a53571428 /include/vbahelper/vbashaperange.hxx
parentb6d6591fafb8ad2e59a27ff1ac6b234d879b4cf7 (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 'include/vbahelper/vbashaperange.hxx')
-rw-r--r--include/vbahelper/vbashaperange.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vbahelper/vbashaperange.hxx b/include/vbahelper/vbashaperange.hxx
index 9a6a798c4cb0..89cde7643125 100644
--- a/include/vbahelper/vbashaperange.hxx
+++ b/include/vbahelper/vbashaperange.hxx
@@ -56,7 +56,6 @@ class VBAHELPER_DLLPUBLIC ScVbaShapeRange : public ScVbaShapeRange_BASE
private:
css::uno::Reference< css::drawing::XDrawPage > m_xDrawPage;
css::uno::Reference< css::drawing::XShapes > m_xShapes;
-protected:
css::uno::Reference< css::frame::XModel > m_xModel;
virtual OUString getServiceImplName() override;
virtual css::uno::Sequence<OUString> getServiceNames() override;