summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/doctempl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/doc/doctempl.cxx')
-rw-r--r--sfx2/source/doc/doctempl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/doc/doctempl.cxx b/sfx2/source/doc/doctempl.cxx
index c3d9d34ecdec..458b4ec2bee1 100644
--- a/sfx2/source/doc/doctempl.cxx
+++ b/sfx2/source/doc/doctempl.cxx
@@ -867,12 +867,12 @@ bool SfxDocumentTemplates::CopyFrom
}
else
{
- DBG_ASSERT( false, "CopyFrom(): The content should contain target URL!" );
+ SAL_WARN( "sfx2", "CopyFrom(): The content should contain target URL!" );
}
}
else
{
- DBG_ASSERT( false, "CopyFrom(): The content just was created!" );
+ SAL_WARN( "sfx2", "CopyFrom(): The content just was created!" );
}
}