summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-05-11 16:59:53 +0100
committerMichael Meeks <michael.meeks@suse.com>2013-05-20 11:33:31 +0100
commitd68bcdf0db8c4d8b49f7022f59f5db5f0d6e9ada (patch)
treeafa8cd0d3c8b49ae060152d9d8c1c551d72dd4c9
parentb97fb5ca158f8839798900bae7239bb9339a062b (diff)
valgrind: Conditional jump or move depends on uninitialised value
Change-Id: I9bfa7274befb34b67ac3c322eda805e78b3d0b8d
-rw-r--r--svx/source/sidebar/paragraph/ParaPropertyPanel.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx b/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx
index f4391e69f45e..7fab7bf2867e 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),