summaryrefslogtreecommitdiff
path: root/xmloff/source/xforms/xformsapi.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/xforms/xformsapi.cxx')
-rw-r--r--xmloff/source/xforms/xformsapi.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/xforms/xformsapi.cxx b/xmloff/source/xforms/xformsapi.cxx
index 17383a4908b9..13e22047c35a 100644
--- a/xmloff/source/xforms/xformsapi.cxx
+++ b/xmloff/source/xforms/xformsapi.cxx
@@ -90,7 +90,7 @@ void xforms_addXFormsModel(
}
// TODO: implement proper error handling
- DBG_ASSERT( bSuccess, "can't import model" );
+ SAL_WARN_IF( !bSuccess, "xmloff", "can't import model" );
(void)bSuccess;
}
@@ -203,7 +203,7 @@ sal_uInt16 xforms_getTypeClass(
if( nToken != XML_TOK_UNKNOWN )
{
// we found an XSD name: then get the proper API name for it
- DBG_ASSERT( xRepository.is(), "can't find type without repository");
+ SAL_WARN_IF( !xRepository.is(), "xmloff", "can't find type without repository");
switch( nToken )
{
case XML_STRING: