From 2e2c4aa158bd8da84ea6d6f23bcef58e939e08de Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Fri, 7 Mar 2014 21:54:09 +0100 Subject: remove remaining debug logging Change-Id: I81eb911ae6117fb557d6d5730a4d381d6fd75f4b --- oox/source/helper/propertymap.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'oox/source') diff --git a/oox/source/helper/propertymap.cxx b/oox/source/helper/propertymap.cxx index 5e27b44b847b..a06afd9179bf 100644 --- a/oox/source/helper/propertymap.cxx +++ b/oox/source/helper/propertymap.cxx @@ -201,7 +201,6 @@ bool PropertyMap::setAnyProperty( sal_Int32 nPropId, const Any& rValue ) if( nPropId < 0 ) return false; - SAL_WARN_IF(sal_Int32(mpPropNames->size()) <= nPropId, "oox", "invalid PropId"); maProperties[ nPropId ] = rValue; return true; } -- cgit