svx/source/sidebar/paragraph/ParaPropertyPanel.cxx | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit 5ed9b34e8dc3dec7709dfb36620176a835c54503 Author: Caolán McNamara <caol...@redhat.com> Date: Sat May 11 16:59:53 2013 +0100 valgrind: Conditional jump or move depends on uninitialised value Change-Id: I9bfa7274befb34b67ac3c322eda805e78b3d0b8d diff --git a/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx b/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx index f4391e6..7fab7bf 100644 --- a/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx +++ b/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx @@ -1595,6 +1595,8 @@ ParaPropertyPanel::ParaPropertyPanel(Window* pParent, mnNumTypeIndex ((sal_uInt16)0xFFFF), maColor (COL_AUTO), mbColorAvailable (true), + m_eMetricUnit(FUNIT_NONE), + m_last_eMetricUnit(FUNIT_NONE), m_eLRSpaceUnit(), m_eULSpaceUnit(), maLeftAlignControl(SID_ATTR_PARA_ADJUST_LEFT, *pBindings, *this, A2S("LeftPara"), rxFrame),
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits