summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-03-07 21:54:09 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-03-07 22:55:30 +0100
commit2e2c4aa158bd8da84ea6d6f23bcef58e939e08de (patch)
tree6cbf8785f118cfe127c077253c8b640c66fc3773 /oox
parent22216977e2c535e9e31af0018f96699abd5cc9e1 (diff)
remove remaining debug logging
Change-Id: I81eb911ae6117fb557d6d5730a4d381d6fd75f4b
Diffstat (limited to 'oox')
-rw-r--r--oox/source/helper/propertymap.cxx1
1 files changed, 0 insertions, 1 deletions
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;
}