summaryrefslogtreecommitdiff
path: root/chart2/source/tools/WrappedPropertySet.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/tools/WrappedPropertySet.cxx')
-rw-r--r--chart2/source/tools/WrappedPropertySet.cxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/chart2/source/tools/WrappedPropertySet.cxx b/chart2/source/tools/WrappedPropertySet.cxx
index 06b98987555b..2fe07d70f739 100644
--- a/chart2/source/tools/WrappedPropertySet.cxx
+++ b/chart2/source/tools/WrappedPropertySet.cxx
@@ -105,9 +105,7 @@ void SAL_CALL WrappedPropertySet::setPropertyValue( const OUString& rPropertyNam
xInnerPropertySet->setPropertyValue( rPropertyName, rValue );
else
{
-#if OSL_DEBUG_LEVEL > 1
- OSL_FAIL("found no inner property set to map to");
-#endif
+ SAL_WARN("chart2.tools", "found no inner property set to map to");
}
}
catch( const beans::UnknownPropertyException& )
@@ -154,9 +152,7 @@ Any SAL_CALL WrappedPropertySet::getPropertyValue( const OUString& rPropertyName
aRet = xInnerPropertySet->getPropertyValue( rPropertyName );
else
{
-#if OSL_DEBUG_LEVEL > 1
- OSL_FAIL("found no inner property set to map to");
-#endif
+ SAL_WARN("chart2.tools", "found no inner property set to map to");
}
}
catch( const beans::UnknownPropertyException& )