[Libreoffice-commits] .: chart2/source

Andras Timar timar at kemper.freedesktop.org
Sat Oct 22 12:48:28 PDT 2011


 chart2/source/controller/dialogs/res_DataLabel.hxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit d311ae80107478efc8b09d2a028f3d6e470bc7c0
Author: Andras Timar <atimar at suse.com>
Date:   Sat Oct 22 21:45:14 2011 +0200

    make numeric field circular, i.e. pressing up from 359 goes to 0

diff --git a/chart2/source/controller/dialogs/res_DataLabel.hxx b/chart2/source/controller/dialogs/res_DataLabel.hxx
index f8b56fb..f97b6d1 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;


More information about the Libreoffice-commits mailing list