summaryrefslogtreecommitdiffstats
path: root/svl/source/items/poolitem.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-03-01 19:08:19 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-02 14:46:42 +0100
commit11d20507806d30e2d1955b93a568b84a2216ef69 (patch)
treeb34fa3afac27eac9404f16e46b530aa2cbcad41d /svl/source/items/poolitem.cxx
parentMany of us still use compilers that don't support C++0x properly. (diff)
downloadcore-11d20507806d30e2d1955b93a568b84a2216ef69.tar.gz
core-11d20507806d30e2d1955b93a568b84a2216ef69.zip
Move DBG_ERROR to OSL_FAIL
Diffstat (limited to 'svl/source/items/poolitem.cxx')
-rw-r--r--svl/source/items/poolitem.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svl/source/items/poolitem.cxx b/svl/source/items/poolitem.cxx
index 83af20cf9b9e..c09e419781f0 100644
--- a/svl/source/items/poolitem.cxx
+++ b/svl/source/items/poolitem.cxx
@@ -424,7 +424,7 @@ bool SfxPoolItem::HasMetrics() const
bool SfxPoolItem::QueryValue( com::sun::star::uno::Any&, BYTE ) const
{
- DBG_ERROR("There is no implementation for QueryValue for this item!");
+ OSL_FAIL("There is no implementation for QueryValue for this item!");
return false;
}
@@ -432,7 +432,7 @@ bool SfxPoolItem::QueryValue( com::sun::star::uno::Any&, BYTE ) const
bool SfxPoolItem::PutValue( const com::sun::star::uno::Any&, BYTE )
{
- DBG_ERROR("There is no implementation for PutValue for this item!");
+ OSL_FAIL("There is no implementation for PutValue for this item!");
return false;
}