summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2017-05-07 09:12:57 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2017-05-07 09:26:19 +1000
commit6fa4b7e0cc96cb621ac034fb1d2bc1ea649ff8f2 (patch)
tree101f43fdc520006dcf109056e435580f4a2af683 /xmlhelp
parent17ecba5a723e94161b752af504a28b068645f476 (diff)
tdf#43157: convert xmlhelp codebase away from OSL_ASSERT to assert
Change-Id: I84fc0f1a39a47e357e8132b92665ea18501df92e
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/cxxhelp/provider/db.hxx2
1 files changed, 1 insertions, 1 deletions
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(); }