[Libreoffice-commits] .: svx/source

Caolán McNamara caolan at kemper.freedesktop.org
Sun Dec 19 08:47:35 PST 2010


 svx/source/table/svdotable.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 7a7ca04e0cc5fa3d4230f74fb0208a85d1e6bdee
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sun Dec 19 16:47:29 2010 +0000

    cppcheck: uninit member

diff --git a/svx/source/table/svdotable.cxx b/svx/source/table/svdotable.cxx
index d04e35d..13818a9 100644
--- a/svx/source/table/svdotable.cxx
+++ b/svx/source/table/svdotable.cxx
@@ -271,6 +271,7 @@ public:
 SdrTableObjImpl::SdrTableObjImpl()
 : mpTableObj( 0 )
 , mpLayouter( 0 )
+, mbModifyPending( false )
 {
 }
 


More information about the Libreoffice-commits mailing list