INTEGRATION: CWS hr50 (1.133.46); FILE MERGED

2008/04/09 11:05:53 hr 1.133.46.1: #i86574#: fix warning (gcc-4.2.3)
This commit is contained in:
Jens-Heiner Rechtien 2008-04-22 14:30:15 +00:00
parent 06317984ab
commit 96780c3efa

View file

@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: xmlexp.cxx,v $
* $Revision: 1.138 $
* $Revision: 1.139 $
*
* This file is part of OpenOffice.org.
*
@ -1906,8 +1906,9 @@ ProgressBarHelper* SvXMLExport::GetProgressBarHelper()
uno::Any aAny = mxExportInfo->getPropertyValue(sRepeat);
if (aAny.getValueType() == getBooleanCppuType())
mpProgressBarHelper->SetRepeat(::cppu::any2bool(aAny));
else
else {
DBG_ERRORFILE("why is it no boolean?");
}
}
}
}