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

INTEGRATION: CWS warningfixes03_SRC680 (1.5.32); FILE MERGED

2006/08/18 14:16:25 mhu 1.5.32.1: #i68745# Fixed GCC 4.0.x warning(s).
üst c57dc6da
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: shdwdhdl.cxx,v $ * $RCSfile: shdwdhdl.cxx,v $
* *
* $Revision: 1.5 $ * $Revision: 1.6 $
* *
* last change: $Author: hr $ $Date: 2006-06-19 18:34:33 $ * last change: $Author: ihi $ $Date: 2006-08-29 11:02:19 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -79,7 +79,7 @@ sal_Bool XMLShadowedPropHdl::importXML( const OUString& rStrImpValue, Any& rValu ...@@ -79,7 +79,7 @@ sal_Bool XMLShadowedPropHdl::importXML( const OUString& rStrImpValue, Any& rValu
sal_Bool XMLShadowedPropHdl::exportXML( OUString& rStrExpValue, const Any& rValue, const SvXMLUnitConverter& ) const sal_Bool XMLShadowedPropHdl::exportXML( OUString& rStrExpValue, const Any& rValue, const SvXMLUnitConverter& ) const
{ {
sal_Bool bRet = sal_False; sal_Bool bRet = sal_False;
sal_Bool bValue; sal_Bool bValue = sal_Bool();
if (rValue >>= bValue) 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