diff options
author | Rafael Dominguez <venccsralph@gmail.com> | 2012-03-17 20:40:39 +0000 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-03-23 02:55:33 +0100 |
commit | c57bb7b56be4eb9fc58c1de6652113d6ad15ba10 (patch) | |
tree | d78a3788c129374a20b898f726d87338caf77e8e /chart2 | |
parent | 92aedd1755a345957c9024436f652d336f463fbb (diff) |
Set correct objecttype for errorbar.
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/dialogs/dlg_InsertErrorBars.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/dialogs/dlg_InsertErrorBars.cxx b/chart2/source/controller/dialogs/dlg_InsertErrorBars.cxx index b21fd148a3b7..820a5e31e9a6 100644 --- a/chart2/source/controller/dialogs/dlg_InsertErrorBars.cxx +++ b/chart2/source/controller/dialogs/dlg_InsertErrorBars.cxx @@ -67,7 +67,7 @@ InsertErrorBarsDialog::InsertErrorBarsDialog( /* bNoneAvailable = */ true, eType )) { FreeResource(); - ObjectType objType = eType == ErrorBarResources::ERROR_BAR_Y ? OBJECTTYPE_DATA_ERRORS : OBJECTTYPE_DATA_ERRORS_X; + ObjectType objType = eType == ErrorBarResources::ERROR_BAR_Y ? OBJECTTYPE_DATA_ERRORS_Y : OBJECTTYPE_DATA_ERRORS_X; this->SetText( ObjectNameProvider::getName_ObjectForAllSeries(objType) ); |