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

New commits:
commit fa8759400ef4adda2fe5570a9343960529786f39
Author: Rishabh Kumar <kris.kr...@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 <c...@libreoffice.org>
    Reviewed-by: Katarina Behrens <katarina.behr...@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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to