From 208975bbb72b9739a96c277295888ed1182f48bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fridrich=20=C5=A0trba?= Date: Fri, 4 May 2007 13:21:31 +0000 Subject: [PATCH] remove an OSL_ENSURE because absence of value is valid in classes derived Sprm --- writerfilter/source/dmapper/DomainMapperTableManager.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/writerfilter/source/dmapper/DomainMapperTableManager.cxx b/writerfilter/source/dmapper/DomainMapperTableManager.cxx index cae992d93ead..19b799894664 100644 --- a/writerfilter/source/dmapper/DomainMapperTableManager.cxx +++ b/writerfilter/source/dmapper/DomainMapperTableManager.cxx @@ -4,9 +4,9 @@ * * $RCSfile: DomainMapperTableManager.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: fridrich_strba $ $Date: 2007-05-04 13:29:20 $ + * last change: $Author: fridrich_strba $ $Date: 2007-05-04 14:21:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -75,7 +75,6 @@ bool DomainMapperTableManager::sprm(doctok::Sprm & rSprm) bRet = true; sal_uInt32 nId = rSprm.getId(); doctok::Value::Pointer_t pValue = rSprm.getValue(); - OSL_ENSURE(pValue.get(), "no pointer to value"); sal_Int32 nIntValue = ((pValue.get() != NULL) ? pValue->getInt() : 0); /* WRITERFILTERSTATUS: table: table_sprmdata */ switch( nId )