INTEGRATION: CWS hr50 (1.7.218); FILE MERGED

2008/04/08 14:30:31 hr 1.7.218.1: #i86574#: fix warning (gcc-4.2.3)
This commit is contained in:
Jens-Heiner Rechtien
2008-04-22 14:13:24 +00:00
parent fb12a0f1d0
commit 66c019ebf0

View File

@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: KResultSet.cxx,v $
* $Revision: 1.8 $
* $Revision: 1.9 $
*
* This file is part of OpenOffice.org.
*
@@ -356,8 +356,9 @@ DateTime SAL_CALL KabResultSet::getTimestamp(sal_Int32 columnIndex) throw(SQLExc
return nRet;
}
}
else
else {
;
}
// trigger an exception here
}
// Trigger an exception ?