[Libreoffice-commits] core.git: sw/source
Stephan Bergmann
sbergman at redhat.com
Mon Dec 2 06:21:23 PST 2013
sw/source/core/doc/docnew.cxx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit bfcf3608e2841ccbe3f8aaccce232a6175df7946
Author: Stephan Bergmann <sbergman at 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
More information about the Libreoffice-commits
mailing list