diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-07-10 16:31:49 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-07-10 16:31:49 +0200 |
commit | 6d8addd659110282cac4217c7dc47cecbc4bcc7f (patch) | |
tree | 9bf5af4ba8e7cf030c16352f32630b729d61fb90 /xml2cmp | |
parent | ffd6952e9ad711c6eb60d2eb823999ff99fa0f05 (diff) |
#i103452#: remove obsolete PRODUCT_FULL and HDEFS
Diffstat (limited to 'xml2cmp')
-rw-r--r-- | xml2cmp/source/xcd/xmlelem.cxx | 1 |
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; |