diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-03-07 21:54:09 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-03-07 22:55:30 +0100 |
commit | 2e2c4aa158bd8da84ea6d6f23bcef58e939e08de (patch) | |
tree | 6cbf8785f118cfe127c077253c8b640c66fc3773 | |
parent | 22216977e2c535e9e31af0018f96699abd5cc9e1 (diff) |
remove remaining debug logging
Change-Id: I81eb911ae6117fb557d6d5730a4d381d6fd75f4b
-rw-r--r-- | oox/source/helper/propertymap.cxx | 1 |
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; } |