diff options
author | Andras Timar <atimar@suse.com> | 2011-10-22 21:45:14 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-10-22 21:46:40 +0200 |
commit | d311ae80107478efc8b09d2a028f3d6e470bc7c0 (patch) | |
tree | e6b95e3eae3034fc0b958e33e2c1f53529fd2303 /chart2/source/controller | |
parent | 237c5f0290169aa31e10990c05b7ea39d9fc70bd (diff) |
make numeric field circular, i.e. pressing up from 359 goes to 0
Diffstat (limited to 'chart2/source/controller')
-rw-r--r-- | chart2/source/controller/dialogs/res_DataLabel.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chart2/source/controller/dialogs/res_DataLabel.hxx b/chart2/source/controller/dialogs/res_DataLabel.hxx index f8b56fb9e855..f97b6d171789 100644 --- a/chart2/source/controller/dialogs/res_DataLabel.hxx +++ b/chart2/source/controller/dialogs/res_DataLabel.hxx @@ -36,6 +36,7 @@ #include "TextDirectionListBox.hxx" #include <svx/dialcontrol.hxx> +#include <svx/wrapfield.hxx> class SvNumberFormatter; @@ -71,7 +72,7 @@ private: FixedLine m_aFL_Rotate; svx::DialControl m_aDC_Dial; FixedText m_aFT_Degrees; - NumericField m_aNF_Degrees; + svx::WrapField m_aNF_Degrees; FixedText m_aFT_TextDirection; TextDirectionListBox m_aLB_TextDirection; |