diff options
author | Noel Grandin <noel@peralex.com> | 2015-12-21 15:09:05 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-12-22 09:53:27 +0200 |
commit | 4e8e81f0d6dcbdd4d491cec09dfb485ffa30ab98 (patch) | |
tree | 81e13e477a97cdbe4b025329dc6b2732aae15524 /reportdesign/inc | |
parent | e24c4c40c052591414cedab2fba152170d385580 (diff) |
loplugin:unusedfields in reportdesign
Change-Id: Ida5e91105d204b431edf743a9f5272febd50e688
Diffstat (limited to 'reportdesign/inc')
-rw-r--r-- | reportdesign/inc/RptObject.hxx | 2 | ||||
-rw-r--r-- | reportdesign/inc/UndoActions.hxx | 2 |
2 files changed, 0 insertions, 4 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; diff --git a/reportdesign/inc/UndoActions.hxx b/reportdesign/inc/UndoActions.hxx index 4317b50a0255..89e667d2f31a 100644 --- a/reportdesign/inc/UndoActions.hxx +++ b/reportdesign/inc/UndoActions.hxx @@ -177,8 +177,6 @@ namespace rptui m_xOwnElement; // object owned by the action css::uno::Reference< css::container::XIndexContainer > m_xContainer; - css::uno::Reference< css::report::XSection > - m_xSection; Action m_eAction; public: |