svx/source/dialog/frmsel.cxx | 6 ++++++ 1 file changed, 6 insertions(+)
New commits: commit 38797f7f4129e1e09be9308a36311cf2f1afef79 Author: David Tardon <dtar...@redhat.com> Date: Mon May 27 13:18:07 2013 +0200 valgrind: init. member variables Change-Id: I7e0d99f549841d466d5dfb69cde74b424ae98b0b diff --git a/svx/source/dialog/frmsel.cxx b/svx/source/dialog/frmsel.cxx index f680f43..b1cae51 100644 --- a/svx/source/dialog/frmsel.cxx +++ b/svx/source/dialog/frmsel.cxx @@ -223,6 +223,12 @@ FrameSelectorImpl::FrameSelectorImpl( FrameSelector& rFrameSel ) : maTLBR( FRAMEBORDER_TLBR ), maBLTR( FRAMEBORDER_BLTR ), mnFlags( FRAMESEL_OUTER ), + mnCtrlSize( 0 ), + mnArrowSize( 0 ), + mnLine1( 0 ), + mnLine2( 0 ), + mnLine3( 0 ), + mnFocusOffs( 0 ), mbHor( false ), mbVer( false ), mbTLBR( false ), _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits