summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbachartobject.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-12-21 14:53:14 +0200
committerNoel Grandin <noel@peralex.com>2015-12-22 09:53:27 +0200
commite24c4c40c052591414cedab2fba152170d385580 (patch)
tree93c46e8cc14b4332251a7cc1ef93197a2e09d9c7 /sc/source/ui/vba/vbachartobject.hxx
parent8ac44ca1890f31521e34c14db1b796a80456404b (diff)
loplugin:unusedfields in sc
Change-Id: Ic801acdd16eded595fdb2a452bbed532b7c9fd65
Diffstat (limited to 'sc/source/ui/vba/vbachartobject.hxx')
-rw-r--r--sc/source/ui/vba/vbachartobject.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbachartobject.hxx b/sc/source/ui/vba/vbachartobject.hxx
index da405ac70964..097ccf94bce9 100644
--- a/sc/source/ui/vba/vbachartobject.hxx
+++ b/sc/source/ui/vba/vbachartobject.hxx
@@ -36,7 +36,6 @@ class ScVbaChartObject : public ChartObjectImpl_BASE
css::uno::Reference< css::table::XTableChart > xTableChart;
css::uno::Reference< css::document::XEmbeddedObjectSupplier > xEmbeddedObjectSupplier;
- css::uno::Reference< css::beans::XPropertySet > xPropertySet;
css::uno::Reference< css::drawing::XDrawPageSupplier > xDrawPageSupplier;
css::uno::Reference< css::drawing::XDrawPage > xDrawPage;
css::uno::Reference< css::drawing::XShape > xShape;