summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2009-07-10 16:31:49 +0200
committerMathias Bauer <mba@openoffice.org>2009-07-10 16:31:49 +0200
commit4c0a7788f90d56c56e4e22ae7a55533e23dfcdfb (patch)
tree43b3916527742e1ce6031452b96b650eef3ed11f
parent49a9fc668c4bb98aadab51eef0ce425fffdb22a0 (diff)
#i103452#: remove obsolete PRODUCT_FULL and HDEFS
-rw-r--r--xml2cmp/source/xcd/xmlelem.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/xml2cmp/source/xcd/xmlelem.cxx b/xml2cmp/source/xcd/xmlelem.cxx
index 6267cb54e..4accc8fdc 100644
--- a/xml2cmp/source/xcd/xmlelem.cxx
+++ b/xml2cmp/source/xcd/xmlelem.cxx
@@ -151,7 +151,6 @@ ListElement::Write2Html( HtmlCreator & io_rHC ) const
XmlElement *
ListElement::Create_and_Add_NewElement()
{
- OSL_ASSERT(fCreateNewElement != 0);
XmlElement * pNew = (*fCreateNewElement)(Name());
Children().push_back( pNew );
return pNew;