Hi TJ,

On Wed, 13 Oct 2010 09:53:54 -0400
TJ Frazier <tjfraz...@cfl.rr.com> wrote:

> "ItemArr ist leer"? Übersetzen Sie, bitte.

"ItemArr is empty". Thats an rather nonsense assert anyway. Why should
it not be possible to serialize an empty pool? IMHO that looks more
like an leftover debug statement. Finally, it should use a OSL_*
statement instead of the obsolete DBG_* stuff. Given, that it is not
really an unexpected condition, I would prefer to use OSL_TRACE there
instead of OSL_ENSURE. But if one does that one should fix the whole
class to use OSL_* asserts -- mixing OSL_* and DBG_* assertions in one
class is evil.

BR,

Bjoern




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org

Reply via email to