summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/dialogs/tp_DataSource.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-09-18 13:54:32 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-09-18 13:54:32 +0000
commitc37b021461cb7d6d5d182d0c4a4141ef4ed09708 (patch)
tree89c89c3e36c719e445c456b3d485681cceb26b8d /chart2/source/controller/dialogs/tp_DataSource.hxx
parentINTEGRATION: CWS chart11 (1.3.2); FILE MERGED (diff)
downloadcore-c37b021461cb7d6d5d182d0c4a4141ef4ed09708.tar.gz
core-c37b021461cb7d6d5d182d0c4a4141ef4ed09708.zip
INTEGRATION: CWS chart11 (1.2.38); FILE MERGED
2007/08/30 11:11:44 bm 1.2.38.1: #i79259# handle F2 in range edit fields for opening the range chooser
Diffstat (limited to 'chart2/source/controller/dialogs/tp_DataSource.hxx')
-rw-r--r--chart2/source/controller/dialogs/tp_DataSource.hxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/chart2/source/controller/dialogs/tp_DataSource.hxx b/chart2/source/controller/dialogs/tp_DataSource.hxx
index bab2d7d62e9d..4555d7c5ba67 100644
--- a/chart2/source/controller/dialogs/tp_DataSource.hxx
+++ b/chart2/source/controller/dialogs/tp_DataSource.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tp_DataSource.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2007-05-22 17:45:11 $
+ * last change: $Author: vg $ $Date: 2007-09-18 14:54:32 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -90,6 +90,7 @@
#include "RangeSelectionListener.hxx"
#include "RangeSelectionButton.hxx"
+#include "RangeEdit.hxx"
namespace com { namespace sun { namespace star {
namespace chart2 {
@@ -181,12 +182,12 @@ private:
FixedText m_aFT_ROLE;
SvTabListBox m_aLB_ROLE;
FixedText m_aFT_RANGE;
- Edit m_aEDT_RANGE;
+ RangeEdit m_aEDT_RANGE;
RangeSelectionButton m_aIMB_RANGE_MAIN;
FixedText m_aFT_CATEGORIES;
FixedText m_aFT_DATALABELS;//used for xy charts
- Edit m_aEDT_CATEGORIES;
+ RangeEdit m_aEDT_CATEGORIES;
RangeSelectionButton m_aIMB_RANGE_CAT;
::rtl::OUString m_aFixedTextRange;