summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-08-29 10:06:23 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-08-29 10:06:23 +0000
commit4eb43061f271100cd09b0cf9ec94536a9e306c06 (patch)
treed13d2973c63f5fb9471c0d9bba8e7ff5b66d7a68 /vcl
parentbe32b321166ea7cda8a810f07c331ecc3b1d1e51 (diff)
INTEGRATION: CWS warningfixes03_SRC680 (1.64.56); FILE MERGED
2006/08/18 12:51:23 mhu 1.64.56.1: #i68745# Fixed GCC 4.0.x warning(s).
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/app/settings.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/app/settings.cxx b/vcl/source/app/settings.cxx
index ef1367617751..f3669ccd1694 100644
--- a/vcl/source/app/settings.cxx
+++ b/vcl/source/app/settings.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: settings.cxx,v $
*
- * $Revision: 1.64 $
+ * $Revision: 1.65 $
*
- * last change: $Author: kz $ $Date: 2006-07-19 14:58:41 $
+ * last change: $Author: ihi $ $Date: 2006-08-29 11:06:23 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -2010,7 +2010,7 @@ BOOL AllSettings::GetLayoutRTL() const
OUString::createFromAscii( "org.openoffice.Office.Common/I18N/CTL" ) ); // note: case sensisitive !
if ( aNode.isValid() )
{
- BOOL bTmp;
+ BOOL bTmp = BOOL();
::com::sun::star::uno::Any aValue = aNode.getNodeValue( OUString::createFromAscii( "UIMirroring" ) );
if( aValue >>= bTmp )
{