diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-07-19 16:08:58 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-07-19 16:08:58 +0000 |
commit | c328d9c172bc7f4ff706fad207d813d8cf61560e (patch) | |
tree | c1bc1265cfe06f07e3f45ec42958c6815cc3401e /svtools/source | |
parent | de3bf0d6e952779ba42c74c11e6cdb2cc10bc4e8 (diff) |
INTEGRATION: CWS warningfixes02 (1.11.12); FILE MERGED
2006/06/30 12:20:42 sb 1.11.12.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.
Diffstat (limited to 'svtools/source')
-rw-r--r-- | svtools/source/passwordcontainer/passwordcontainer.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/passwordcontainer/passwordcontainer.cxx b/svtools/source/passwordcontainer/passwordcontainer.cxx index fe2272771da8..df5e84b79e5a 100644 --- a/svtools/source/passwordcontainer/passwordcontainer.cxx +++ b/svtools/source/passwordcontainer/passwordcontainer.cxx @@ -4,9 +4,9 @@ * * $RCSfile: passwordcontainer.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: hr $ $Date: 2006-06-19 21:25:09 $ + * last change: $Author: kz $ $Date: 2006-07-19 17:08:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -308,7 +308,7 @@ sal_Bool StorageItem::useStorage() return sal_False; } - sal_Bool aResult; + sal_Bool aResult = false; aPropertyValues[0] >>= aResult; return aResult; |