summaryrefslogtreecommitdiff
path: root/vcl/osx/HtmlFmtFlt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/osx/HtmlFmtFlt.cxx')
-rw-r--r--vcl/osx/HtmlFmtFlt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/osx/HtmlFmtFlt.cxx b/vcl/osx/HtmlFmtFlt.cxx
index dcb072ed83bf..e068a45b4142 100644
--- a/vcl/osx/HtmlFmtFlt.cxx
+++ b/vcl/osx/HtmlFmtFlt.cxx
@@ -80,7 +80,7 @@ const std::string TAG_END_BODY = std::string("</body");
Sequence<sal_Int8> SAL_CALL TextHtmlToHTMLFormat(Sequence<sal_Int8>& aTextHtml)
{
- assert(aTextHtml.getLength() > 0);
+ OSL_ASSERT(aTextHtml.getLength() > 0);
if (!(aTextHtml.getLength() > 0))
return Sequence<sal_Int8>();