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:
parent
06317984ab
commit
96780c3efa
1 changed files with 3 additions and 2 deletions
|
@ -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?");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue