summaryrefslogtreecommitdiff
path: root/svl/source/items/cintitem.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/items/cintitem.cxx')
-rw-r--r--svl/source/items/cintitem.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svl/source/items/cintitem.cxx b/svl/source/items/cintitem.cxx
index ae65534f7bf1..f74463a32a12 100644
--- a/svl/source/items/cintitem.cxx
+++ b/svl/source/items/cintitem.cxx
@@ -106,7 +106,7 @@ bool CntByteItem::PutValue(const com::sun::star::uno::Any& rVal,BYTE)
return true;
}
- DBG_ERROR( "CntByteItem::PutValue - Wrong type!" );
+ OSL_FAIL( "CntByteItem::PutValue - Wrong type!" );
return false;
}
@@ -242,7 +242,7 @@ bool CntUInt16Item::PutValue(const com::sun::star::uno::Any& rVal,BYTE)
return true;
}
- DBG_ERROR( "CntUInt16Item::PutValue - Wrong type!" );
+ OSL_FAIL( "CntUInt16Item::PutValue - Wrong type!" );
return false;
}
@@ -373,7 +373,7 @@ bool CntInt32Item::PutValue(const com::sun::star::uno::Any& rVal,BYTE)
return true;
}
- DBG_ERROR( "CntInt32Item::PutValue - Wrong type!" );
+ OSL_FAIL( "CntInt32Item::PutValue - Wrong type!" );
return false;
}
@@ -508,7 +508,7 @@ bool CntUInt32Item::PutValue(const com::sun::star::uno::Any& rVal,BYTE)
return true;
}
- DBG_ERROR( "CntUInt32Item::PutValue - Wrong type!" );
+ OSL_FAIL( "CntUInt32Item::PutValue - Wrong type!" );
return false;
}