summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/shutdownicon.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-03-28 07:31:29 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-03-28 07:31:29 +0000
commitda8174be831184ef7e49900adbb3bde399e36e89 (patch)
tree59b6b805bc6f53e47424109a4964d3773a38d182 /sfx2/source/appl/shutdownicon.cxx
parent1200f78587c656b28fd45c6d6e21de4877ba7735 (diff)
#i75808# Fix gcc 4.x warning about 'may be used uninitialized' variable.
Diffstat (limited to 'sfx2/source/appl/shutdownicon.cxx')
-rw-r--r--sfx2/source/appl/shutdownicon.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/appl/shutdownicon.cxx b/sfx2/source/appl/shutdownicon.cxx
index aa9ddbdcde..3b4b1dd49a 100644
--- a/sfx2/source/appl/shutdownicon.cxx
+++ b/sfx2/source/appl/shutdownicon.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: shutdownicon.cxx,v $
*
- * $Revision: 1.55 $
+ * $Revision: 1.56 $
*
- * last change: $Author: ihi $ $Date: 2007-03-26 12:10:05 $
+ * last change: $Author: rt $ $Date: 2007-03-28 08:31:29 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -883,7 +883,7 @@ void SAL_CALL ShutdownIcon::setFastPropertyValue( ::sal_Int32
case PROPHANDLE_TERMINATEVETOSTATE :
{
// use new value in case it's a valid information only
- ::sal_Bool bState;
+ ::sal_Bool bState( sal_False );
if (! (aValue >>= bState))
return;