summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/dialogs/tp_DataSource.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-22 04:12:04 +0200
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-22 05:05:00 +0200
commit77cec206e3c49490e6e380c52cb6d45277a03f65 (patch)
tree276548b93d84870d7a0d20a6b9b0da1ed9bd86a0 /chart2/source/controller/dialogs/tp_DataSource.hxx
parentextract common code (diff)
downloadcore-77cec206e3c49490e6e380c52cb6d45277a03f65.tar.gz
core-77cec206e3c49490e6e380c52cb6d45277a03f65.zip
show the property mapping sequences by default
Change-Id: I32417ed53e491a66f700e77ae0fff2154fa5441c
Diffstat (limited to 'chart2/source/controller/dialogs/tp_DataSource.hxx')
-rw-r--r--chart2/source/controller/dialogs/tp_DataSource.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/chart2/source/controller/dialogs/tp_DataSource.hxx b/chart2/source/controller/dialogs/tp_DataSource.hxx
index b89d4d4499f3..496333e31cdc 100644
--- a/chart2/source/controller/dialogs/tp_DataSource.hxx
+++ b/chart2/source/controller/dialogs/tp_DataSource.hxx
@@ -82,7 +82,6 @@ protected:
DECL_LINK( RangeUpdateDataHdl, Edit* );
DECL_LINK( UpButtonClickedHdl, void* );
DECL_LINK( DownButtonClickedHdl, void* );
- DECL_LINK( AddMappingHdl, void* );
// ____ RangeSelectionListenerParent ____
virtual void listeningFinished( const OUString & rNewRange ) SAL_OVERRIDE;
@@ -137,7 +136,6 @@ private:
FixedText* m_pFT_DATALABELS;//used for xy charts
Edit* m_pEDT_CATEGORIES;
PushButton* m_pIMB_RANGE_CAT;
- PushButton* m_pBtn_AddMapping;
OUString m_aFixedTextRange;