Kaydet (Commit) ffa4d16c authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1371447 Uninitialized scalar field

Change-Id: I6c3e18a3ab56a719552cfe9f0f6951e6bce3c2e7
üst d3341297
......@@ -104,6 +104,7 @@ IMPL_LINK_NOARG_TYPED(ParaULSpacingWindow, ModifySpacingHdl, Edit&, void)
ParaLRSpacingWindow::ParaLRSpacingWindow(vcl::Window* pParent, css::uno::Reference<css::frame::XFrame>& xFrame)
: VclVBox(pParent)
, m_eUnit(SFX_MAPUNIT_TWIP)
{
m_pUIBuilder = new VclBuilder(this, getUIRootDir(),
"svx/ui/paralrspacing.ui",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment