Kaydet (Commit) c57dc6da authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

INTEGRATION: CWS warningfixes03_SRC680 (1.4.32); FILE MERGED

2006/08/18 14:16:25 mhu 1.4.32.1: #i68745# Fixed GCC 4.0.x warning(s).
üst 04b41b3d
......@@ -4,9 +4,9 @@
*
* $RCSfile: opaquhdl.cxx,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $Author: hr $ $Date: 2006-06-19 18:34:02 $
* last change: $Author: ihi $ $Date: 2006-08-29 11:02:09 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -84,7 +84,7 @@ sal_Bool XMLOpaquePropHdl::importXML( const OUString& rStrImpValue, Any& rValue,
sal_Bool XMLOpaquePropHdl::exportXML( OUString& rStrExpValue, const Any& rValue, const SvXMLUnitConverter& ) const
{
sal_Bool bRet = sal_False;
sal_Bool bValue;
sal_Bool bValue = sal_Bool();
if (rValue >>= bValue)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment