summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/dialogs/tp_RangeChooser.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-09-18 13:54:58 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-09-18 13:54:58 +0000
commit3fae0ed399abe534bb9aba6107a93a2d44a51a11 (patch)
tree363865ad9be95782ceab6939b69b623c74089560 /chart2/source/controller/dialogs/tp_RangeChooser.hxx
parentINTEGRATION: CWS chart11 (1.3.2); FILE MERGED (diff)
downloadcore-3fae0ed399abe534bb9aba6107a93a2d44a51a11.tar.gz
core-3fae0ed399abe534bb9aba6107a93a2d44a51a11.zip
INTEGRATION: CWS chart11 (1.3.2); FILE MERGED
2007/08/30 11:11:44 bm 1.3.2.1: #i79259# handle F2 in range edit fields for opening the range chooser
Diffstat (limited to 'chart2/source/controller/dialogs/tp_RangeChooser.hxx')
-rw-r--r--chart2/source/controller/dialogs/tp_RangeChooser.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/chart2/source/controller/dialogs/tp_RangeChooser.hxx b/chart2/source/controller/dialogs/tp_RangeChooser.hxx
index 8678558108a7..94ed712b74ee 100644
--- a/chart2/source/controller/dialogs/tp_RangeChooser.hxx
+++ b/chart2/source/controller/dialogs/tp_RangeChooser.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tp_RangeChooser.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2007-07-25 08:37:20 $
+ * last change: $Author: vg $ $Date: 2007-09-18 14:54:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -39,6 +39,7 @@
#include "RangeSelectionListener.hxx"
#include "RangeSelectionButton.hxx"
#include "TabPageNotifiable.hxx"
+#include "RangeEdit.hxx"
#include <com/sun/star/chart2/XChartDocument.hpp>
#include <com/sun/star/chart2/data/XDataProvider.hpp>
@@ -107,7 +108,7 @@ protected: //member
FixedText m_aFT_Caption;
FixedText m_aFT_Range;
- Edit m_aED_Range;
+ RangeEdit m_aED_Range;
RangeSelectionButton m_aIB_Range;
RadioButton m_aRB_Rows;