[Libreoffice-commits] core.git: cui/source

Rishabh Kumar kris.kr296 at gmail.com
Thu Jun 2 08:10:08 UTC 2016


 cui/source/inc/cuitabarea.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fa8759400ef4adda2fe5570a9343960529786f39
Author: Rishabh Kumar <kris.kr296 at gmail.com>
Date:   Thu Jun 2 00:28:00 2016 +0530

    tdf#100121 : Assertion failed in Area fill of a text box inside a chart
    
    Replace MetricField by NumericField
    
    Change-Id: I4bde312b709aa6073908c21bc8ed33bcdb3a9b1f
    Reviewed-on: https://gerrit.libreoffice.org/25797
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Katarina Behrens <Katarina.Behrens at cib.de>

diff --git a/cui/source/inc/cuitabarea.hxx b/cui/source/inc/cuitabarea.hxx
index 9655799..22e2651 100644
--- a/cui/source/inc/cuitabarea.hxx
+++ b/cui/source/inc/cuitabarea.hxx
@@ -390,7 +390,7 @@ private:
     VclPtr<ColorLB>            m_pLbColorTo;
     VclPtr<MetricField>        m_pMtrColorTo;
     VclPtr<GradientLB>         m_pLbGradients;
-    VclPtr<MetricField>        m_pMtrIncrement;
+    VclPtr<NumericField>       m_pMtrIncrement;
     VclPtr<Slider>             m_pSliderIncrement;
     VclPtr<SvxXRectPreview>    m_pCtlPreview;
     VclPtr<PushButton>         m_pBtnAdd;


More information about the Libreoffice-commits mailing list