diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-12-02 15:20:42 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-12-02 15:20:42 +0100 |
commit | bfcf3608e2841ccbe3f8aaccce232a6175df7946 (patch) | |
tree | ccd3d1c0a45ae6f75643370361feac88dc654b91 /sw | |
parent | 354249086c0956d48337805bb98387f0eea9a19e (diff) |
Uninitialized value
Change-Id: Id5ca398296658da61a9880beca7ee03a2db752e6
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/doc/docnew.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/core/doc/docnew.cxx b/sw/source/core/doc/docnew.cxx index 53855093d33b..e795600afdd7 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 |