summaryrefslogtreecommitdiff
path: root/forms/source/component/RadioButton.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/RadioButton.cxx')
-rw-r--r--forms/source/component/RadioButton.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/component/RadioButton.cxx b/forms/source/component/RadioButton.cxx
index 68dbd633c85f..0f04b9dd3313 100644
--- a/forms/source/component/RadioButton.cxx
+++ b/forms/source/component/RadioButton.cxx
@@ -351,7 +351,7 @@ void SAL_CALL ORadioButtonModel::read(const Reference<XObjectInputStream>& _rxIn
readCommonProperties(_rxInStream);
break;
default :
- DBG_ERROR("ORadioButtonModel::read : unknown version !");
+ OSL_FAIL("ORadioButtonModel::read : unknown version !");
defaultCommonProperties();
break;
}
@@ -425,7 +425,7 @@ sal_Bool ORadioButtonModel::commitControlValueToDbColumn( bool /*_bPostReset*/ )
}
catch(Exception&)
{
- DBG_ERROR("ORadioButtonModel::commitControlValueToDbColumn: could not commit !");
+ OSL_FAIL("ORadioButtonModel::commitControlValueToDbColumn: could not commit !");
}
}
return sal_True;