summaryrefslogtreecommitdiffstats
path: root/chart2
diff options
context:
space:
mode:
authorRafael Dominguez <venccsralph@gmail.com>2012-03-10 11:23:31 +0000
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-03-23 02:55:28 +0100
commit4a992fed8d2e76d70a31491dcc58ce3e3c7ed7dd (patch)
treeecc9bee00b23eddac5fd686346881fba49b37e54 /chart2
parentAdd function to create X error bars in VSeriesPlotter class. (diff)
downloadcore-4a992fed8d2e76d70a31491dcc58ce3e3c7ed7dd.tar.gz
core-4a992fed8d2e76d70a31491dcc58ce3e3c7ed7dd.zip
Remove default values in InsertErrorBarsDialog constructor.
- Require passing desired error bar to modify in constructor and not have YErrorBar as default.
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/controller/inc/dlg_InsertErrorBars.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/inc/dlg_InsertErrorBars.hxx b/chart2/source/controller/inc/dlg_InsertErrorBars.hxx
index 99f74961db6e..ef75cf3ac54a 100644
--- a/chart2/source/controller/inc/dlg_InsertErrorBars.hxx
+++ b/chart2/source/controller/inc/dlg_InsertErrorBars.hxx
@@ -47,7 +47,7 @@ public:
InsertErrorBarsDialog( Window* pParent, const SfxItemSet& rMyAttrs,
const ::com::sun::star::uno::Reference<
::com::sun::star::chart2::XChartDocument > & xChartDocument,
- ErrorBarResources::tErrorBarType eType = ErrorBarResources::ERROR_BAR_Y );
+ ErrorBarResources::tErrorBarType eType );
virtual ~InsertErrorBarsDialog();
void SetAxisMinorStepWidthForErrorBarDecimals( double fMinorStepWidth );