INTEGRATION: CWS xmlfilter03_DEV300 (1.3.2); FILE MERGED

2008/01/22 09:52:59 os 1.3.2.1: asserts fixed
This commit is contained in:
Kurt Zenker 2008-03-05 15:49:31 +00:00
parent 2d7e5d2c8a
commit 2a4e820be3

View file

@ -4,9 +4,9 @@
*
* $RCSfile: CellColorHandler.cxx,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change: $Author: obo $ $Date: 2008-01-10 11:36:18 $
* last change: $Author: kz $ $Date: 2008-03-05 16:49:31 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -112,7 +112,7 @@ void CellColorHandler::attribute(Id rName, Value & rVal)
// }
// break;
default:
OSL_ASSERT("unknown attribute");
OSL_ENSURE( false, "unknown attribute");
}
}
/*-- 24.04.2007 09:06:35---------------------------------------------------