summaryrefslogtreecommitdiff
path: root/svl/source/misc/strmadpt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/misc/strmadpt.cxx')
-rw-r--r--svl/source/misc/strmadpt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/misc/strmadpt.cxx b/svl/source/misc/strmadpt.cxx
index 0fc546948f2b..1e36c637a388 100644
--- a/svl/source/misc/strmadpt.cxx
+++ b/svl/source/misc/strmadpt.cxx
@@ -257,7 +257,7 @@ sal_uInt64 SvInputStream::SeekPos(sal_uInt64 const nPos)
try
{
sal_Int64 nLength = m_xSeekable->getLength();
- assert(nLength >= 0);
+ OSL_ASSERT(nLength >= 0);
if (static_cast<sal_uInt64>(nLength)
< STREAM_SEEK_TO_END)
{