summaryrefslogtreecommitdiff
path: root/chart2/source/controller/inc/res_ErrorBar.hxx
diff options
context:
space:
mode:
authorKatarina Behrens <bubli@bubli.org>2014-07-17 22:35:46 +0200
committerKatarina Behrens <bubli@bubli.org>2014-07-17 22:54:16 +0200
commit1e2107e76b9dbd1213b811960c86f8eae57457e5 (patch)
tree8d38a3d20f4e678f6f2a2fabe13d3b9b31c9bec9 /chart2/source/controller/inc/res_ErrorBar.hxx
parent3bce16799c34d0b28704c43eae77501c0f6aec1e (diff)
fdo#77319: set spinbox value AFTER adjusting no. of decimal places
Doing it the other way round truncates the values Change-Id: Ieb14c9d1b9dde496eac24737aced7c8da8ce1346
Diffstat (limited to 'chart2/source/controller/inc/res_ErrorBar.hxx')
-rw-r--r--chart2/source/controller/inc/res_ErrorBar.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/chart2/source/controller/inc/res_ErrorBar.hxx b/chart2/source/controller/inc/res_ErrorBar.hxx
index b69f766f80dc..0ad485c39990 100644
--- a/chart2/source/controller/inc/res_ErrorBar.hxx
+++ b/chart2/source/controller/inc/res_ErrorBar.hxx
@@ -113,6 +113,8 @@ private:
tErrorBarType m_eErrorBarType;
sal_uInt16 m_nConstDecimalDigits;
sal_Int64 m_nConstSpinSize;
+ double m_fPlusValue;
+ double m_fMinusValue;
Dialog * m_pParentDialog;
boost::scoped_ptr< RangeSelectionHelper > m_apRangeSelectionHelper;