summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/dialogs/tp_DataSource.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-17 16:15:51 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-20 06:34:23 +0000
commit7410217b7d84a3e4dfd35529384f190cf2962024 (patch)
treec8d0319064b2d4eba13e0b1768ce4973d51a2b0d /chart2/source/controller/dialogs/tp_DataSource.hxx
parentloplugin:unusedmethods svl (diff)
downloadcore-7410217b7d84a3e4dfd35529384f190cf2962024.tar.gz
core-7410217b7d84a3e4dfd35529384f190cf2962024.zip
loplugin:unusedmethods chart2
Change-Id: Ib7e8824e9e7f912963fbf07111ee3aa97773ceca Reviewed-on: https://gerrit.libreoffice.org/17167 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'chart2/source/controller/dialogs/tp_DataSource.hxx')
-rw-r--r--chart2/source/controller/dialogs/tp_DataSource.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/chart2/source/controller/dialogs/tp_DataSource.hxx b/chart2/source/controller/dialogs/tp_DataSource.hxx
index 59b92bf840c3..b949f81f50e2 100644
--- a/chart2/source/controller/dialogs/tp_DataSource.hxx
+++ b/chart2/source/controller/dialogs/tp_DataSource.hxx
@@ -100,9 +100,6 @@ protected:
*/
bool updateModelFromControl( Edit * pField = 0 );
- ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XRangeSelectionListener >
- getSelectionRangeListener();
-
/** @return </sal_True>, if the edit field contains a valid range entry. If no
XCellRangesAccess can be obtained, </sal_False> is returned.
*/
@@ -144,7 +141,6 @@ private:
DialogModel & m_rDialogModel;
VclPtr<Edit> m_pCurrentRangeChoosingField;
bool m_bIsDirty;
- sal_Int32 m_nLastChartTypeGroupIndex;
VclPtr<Dialog> m_pParentDialog;
TabPageNotifiable * m_pTabPageNotifiable;