[Libreoffice-commits] core.git: Branch 'feature/sidebar' - svx/source
Caolán McNamara
caolanm at redhat.com
Sat May 11 09:34:05 PDT 2013
svx/source/sidebar/paragraph/ParaPropertyPanel.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 5ed9b34e8dc3dec7709dfb36620176a835c54503
Author: Caolán McNamara <caolanm at 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),
More information about the Libreoffice-commits
mailing list