summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/tp_ErrorBars.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-06 15:47:50 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-06 15:47:50 +0000
commitd3568bf9229b9164c12449aaf2c1b3d0762dc825 (patch)
tree86a1baba35eeb1c634f786d88ab7bc5097cbcfc4 /chart2/source/controller/dialogs/tp_ErrorBars.hxx
parent304fdb4083612afa8d26f9dcfd73a952fdf7933d (diff)
INTEGRATION: CWS chart20_DEV300 (1.2.4); FILE MERGED
2008/02/21 15:59:26 bm 1.2.4.1: #i366# error bars from ranges
Diffstat (limited to 'chart2/source/controller/dialogs/tp_ErrorBars.hxx')
-rw-r--r--chart2/source/controller/dialogs/tp_ErrorBars.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/chart2/source/controller/dialogs/tp_ErrorBars.hxx b/chart2/source/controller/dialogs/tp_ErrorBars.hxx
index e5bcbfdab6ae..846d843f1e48 100644
--- a/chart2/source/controller/dialogs/tp_ErrorBars.hxx
+++ b/chart2/source/controller/dialogs/tp_ErrorBars.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tp_ErrorBars.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2008-02-18 15:49:29 $
+ * last change: $Author: kz $ $Date: 2008-03-06 16:43:43 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -52,6 +52,9 @@ public:
void SetAxisMinorStepWidthForErrorBarDecimals( double fMinorStepWidth );
void SetErrorBarType( ErrorBarResources::tErrorBarType eNewType );
+ void SetChartDocumentForRangeChoosing(
+ const ::com::sun::star::uno::Reference<
+ ::com::sun::star::chart2::XChartDocument > & xChartDocument );
static SfxTabPage* Create( Window* pParent, const SfxItemSet& rInAttrs );
virtual BOOL FillItemSet( SfxItemSet& rOutAttrs );