From 6fa4b7e0cc96cb621ac034fb1d2bc1ea649ff8f2 Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Sun, 7 May 2017 09:12:57 +1000 Subject: tdf#43157: convert xmlhelp codebase away from OSL_ASSERT to assert Change-Id: I84fc0f1a39a47e357e8132b92665ea18501df92e --- xmlhelp/source/cxxhelp/provider/db.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmlhelp') diff --git a/xmlhelp/source/cxxhelp/provider/db.hxx b/xmlhelp/source/cxxhelp/provider/db.hxx index 9343280b5299..771fc76abe6e 100644 --- a/xmlhelp/source/cxxhelp/provider/db.hxx +++ b/xmlhelp/source/cxxhelp/provider/db.hxx @@ -79,7 +79,7 @@ namespace helpdatafileproxy { , m_nItRead( -1 ) , m_iItPos( -1 ) { - OSL_ASSERT(comphelper::isFileUrl(rFileURL)); + assert(comphelper::isFileUrl(rFileURL)); } ~Hdf() { releaseHashMap(); } -- cgit