sw/source/core/doc/docnew.cxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit bfcf3608e2841ccbe3f8aaccce232a6175df7946
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Mon Dec 2 15:20:42 2013 +0100

    Uninitialized value
    
    Change-Id: Id5ca398296658da61a9880beca7ee03a2db752e6

diff --git a/sw/source/core/doc/docnew.cxx b/sw/source/core/doc/docnew.cxx
index 5385509..e795600 100644
--- a/sw/source/core/doc/docnew.cxx
+++ b/sw/source/core/doc/docnew.cxx
@@ -319,7 +319,8 @@ SwDoc::SwDoc()
 
     // COMPATIBILITY FLAGS END
 
-    mbStartIdleTimer(false)
+    mbStartIdleTimer(false),
+    mbReadOnly(false)
 {
     // COMPATIBILITY FLAGS START
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to