summaryrefslogtreecommitdiff
path: root/xmloff/source/xforms/SchemaRestrictionContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/xforms/SchemaRestrictionContext.cxx')
-rw-r--r--xmloff/source/xforms/SchemaRestrictionContext.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/xforms/SchemaRestrictionContext.cxx b/xmloff/source/xforms/SchemaRestrictionContext.cxx
index 3032c81c435c..e595a88bd79f 100644
--- a/xmloff/source/xforms/SchemaRestrictionContext.cxx
+++ b/xmloff/source/xforms/SchemaRestrictionContext.cxx
@@ -90,7 +90,7 @@ SchemaRestrictionContext::SchemaRestrictionContext(
msTypeName( sTypeName ),
msBaseName()
{
- DBG_ASSERT( mxRepository.is(), "need repository" );
+ SAL_WARN_IF( !mxRepository.is(), "xmloff", "need repository" );
}
SchemaRestrictionContext::~SchemaRestrictionContext()
@@ -103,8 +103,8 @@ void SchemaRestrictionContext::CreateDataType()
if( mxDataType.is() )
return;
- DBG_ASSERT( !msBaseName.isEmpty(), "no base name?" );
- DBG_ASSERT( mxRepository.is(), "no repository?" );
+ SAL_WARN_IF( msBaseName.isEmpty(), "xmloff", "no base name?" );
+ SAL_WARN_IF( !mxRepository.is(), "xmloff", "no repository?" );
try
{
@@ -121,7 +121,7 @@ void SchemaRestrictionContext::CreateDataType()
{
OSL_FAIL( "exception during type creation" );
}
- DBG_ASSERT( mxDataType.is(), "can't create type" );
+ SAL_WARN_IF( !mxDataType.is(), "xmloff", "can't create type" );
}
void SchemaRestrictionContext::HandleAttribute(