Kaydet (Commit) bb31b898 authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS cfgcleanup (1.18.56); FILE MERGED

2004/02/09 15:30:34 jb 1.18.56.1: #i25025# Eliminate warnings from gcc
üst bcdcea66
......@@ -2,9 +2,9 @@
*
* $RCSfile: disposetimer.cxx,v $
*
* $Revision: 1.18 $
* $Revision: 1.19 $
*
* last change: $Author: vg $ $Date: 2003-04-15 17:18:49 $
* last change: $Author: kz $ $Date: 2004-03-23 10:31:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -207,15 +207,13 @@ void OTreeDisposeScheduler::onTimerShot()
aNextTime = aNextDisposeTime;
}
catch (uno::Exception& ue)
catch (uno::Exception& )
{
OSL_ENSURE(false, "ERROR: UNO Exception left a disposer");
ue;
}
catch (configuration::Exception& ce)
catch (configuration::Exception& )
{
OSL_ENSURE(false, "ERROR: configuration::Exception left a disposer");
ce;
}
catch (...)
{
......
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