summaryrefslogtreecommitdiff
path: root/xml2cmp
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
commit6d8addd659110282cac4217c7dc47cecbc4bcc7f (patch)
tree9bf5af4ba8e7cf030c16352f32630b729d61fb90 /xml2cmp
parentffd6952e9ad711c6eb60d2eb823999ff99fa0f05 (diff)
#i103452#: remove obsolete PRODUCT_FULL and HDEFS
Diffstat (limited to 'xml2cmp')
-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 c111c927c90f..aa80459ccead 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;