diff options
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/text/XMLIndexMarkExport.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/text/XMLIndexMarkExport.cxx b/xmloff/source/text/XMLIndexMarkExport.cxx index f71e1204adf2..8deb47d5536f 100644 --- a/xmloff/source/text/XMLIndexMarkExport.cxx +++ b/xmloff/source/text/XMLIndexMarkExport.cxx @@ -4,9 +4,9 @@ * * $RCSfile: XMLIndexMarkExport.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: kz $ $Date: 2006-07-19 16:37:40 $ + * last change: $Author: ihi $ $Date: 2006-08-29 11:02:59 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -254,7 +254,7 @@ void lcl_ExportPropertyBool( SvXMLExport& rExport, { rAny = rPropSet->getPropertyValue( sProperty ); - sal_Bool bValue; + sal_Bool bValue = sal_Bool(); if( rAny >>= bValue ) { if( bValue ) |