Kaydet (Commit) 4a992fed authored tarafından Rafael Dominguez's avatar Rafael Dominguez Kaydeden (comit) Markus Mohrhard

Remove default values in InsertErrorBarsDialog constructor.

- Require passing desired error bar to modify in constructor
and not have YErrorBar as default.
üst 4c2c9acb
...@@ -47,7 +47,7 @@ public: ...@@ -47,7 +47,7 @@ public:
InsertErrorBarsDialog( Window* pParent, const SfxItemSet& rMyAttrs, InsertErrorBarsDialog( Window* pParent, const SfxItemSet& rMyAttrs,
const ::com::sun::star::uno::Reference< const ::com::sun::star::uno::Reference<
::com::sun::star::chart2::XChartDocument > & xChartDocument, ::com::sun::star::chart2::XChartDocument > & xChartDocument,
ErrorBarResources::tErrorBarType eType = ErrorBarResources::ERROR_BAR_Y ); ErrorBarResources::tErrorBarType eType );
virtual ~InsertErrorBarsDialog(); virtual ~InsertErrorBarsDialog();
void SetAxisMinorStepWidthForErrorBarDecimals( double fMinorStepWidth ); void SetAxisMinorStepWidthForErrorBarDecimals( double fMinorStepWidth );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment