vcl/source/control/fmtfield.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 9c28ea195653e030cbee9184d9675094702346d3
Author:     Szymon Kłos <[email protected]>
AuthorDate: Thu Dec 17 15:07:49 2020 +0100
Commit:     Szymon Kłos <[email protected]>
CommitDate: Thu Dec 17 16:09:23 2020 +0100

    jsdialog: step for spinfields
    
    Change-Id: I35336dfcd9913a984b0a8894622d0785d4007bc8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107884
    Tested-by: Jenkins CollaboraOffice <[email protected]>
    Reviewed-by: Szymon Kłos <[email protected]>

diff --git a/vcl/source/control/fmtfield.cxx b/vcl/source/control/fmtfield.cxx
index 9ce770b74ea7..2785d1f0bf86 100644
--- a/vcl/source/control/fmtfield.cxx
+++ b/vcl/source/control/fmtfield.cxx
@@ -1095,6 +1095,8 @@ boost::property_tree::ptree 
FormattedField::DumpAsPropertyTree()
         rtl_math_StringFormat_F, GetDecimalDigits(), '.').getStr());
     aTree.put("value", rtl::math::doubleToString(GetValue(),
         rtl_math_StringFormat_F, GetDecimalDigits(), '.').getStr());
+    aTree.put("step", rtl::math::doubleToString(GetSpinSize(),
+        rtl_math_StringFormat_F, GetDecimalDigits(), '.').getStr());
 
     return aTree;
 }
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to