summaryrefslogtreecommitdiff
path: root/framework/source
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source')
-rw-r--r--framework/source/uiconfiguration/globalsettings.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/source/uiconfiguration/globalsettings.cxx b/framework/source/uiconfiguration/globalsettings.cxx
index 226eb46604a3..a253d0ebc45e 100644
--- a/framework/source/uiconfiguration/globalsettings.cxx
+++ b/framework/source/uiconfiguration/globalsettings.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: globalsettings.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 11:30:44 $
+ * last change: $Author: ihi $ $Date: 2006-08-29 11:09:15 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -235,7 +235,7 @@ sal_Bool GlobalSettings_Access::HasStatesInfo( GlobalSettings::UIElementType eEl
try
{
css::uno::Any a;
- sal_Bool bValue;
+ sal_Bool bValue = sal_Bool();
a = m_xConfigAccess->getByName( m_aPropStatesEnabled );
if ( a >>= bValue )
return bValue;