summaryrefslogtreecommitdiff
path: root/reportdesign/inc/RptObject.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-12-21 15:09:05 +0200
committerNoel Grandin <noel@peralex.com>2015-12-22 09:53:27 +0200
commit4e8e81f0d6dcbdd4d491cec09dfb485ffa30ab98 (patch)
tree81e13e477a97cdbe4b025329dc6b2732aae15524 /reportdesign/inc/RptObject.hxx
parente24c4c40c052591414cedab2fba152170d385580 (diff)
loplugin:unusedfields in reportdesign
Change-Id: Ida5e91105d204b431edf743a9f5272febd50e688
Diffstat (limited to 'reportdesign/inc/RptObject.hxx')
-rw-r--r--reportdesign/inc/RptObject.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/reportdesign/inc/RptObject.hxx b/reportdesign/inc/RptObject.hxx
index 4333721dd15a..283e8f2ac5d7 100644
--- a/reportdesign/inc/RptObject.hxx
+++ b/reportdesign/inc/RptObject.hxx
@@ -75,8 +75,6 @@ protected:
mutable TMediator m_xMediator;
mutable css::uno::Reference< css::beans::XPropertyChangeListener> m_xPropertyChangeListener;
mutable css::uno::Reference< css::report::XReportComponent> m_xReportComponent;
- css::uno::Reference< css::container::XContainerListener> m_xContainerListener;
- css::uno::Reference< css::report::XSection> m_xSection;
css::uno::Reference< css::uno::XInterface > m_xKeepShapeAlive;
OUString m_sComponentName;
bool m_bIsListening;