summaryrefslogtreecommitdiff
path: root/sw/source/core/edit/edws.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/edit/edws.cxx')
-rw-r--r--sw/source/core/edit/edws.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/edit/edws.cxx b/sw/source/core/edit/edws.cxx
index 57283f484f39..cbda86ddf3eb 100644
--- a/sw/source/core/edit/edws.cxx
+++ b/sw/source/core/edit/edws.cxx
@@ -122,7 +122,7 @@ sal_uInt16 SwEditShell::GetCntType() const
default: break;
}
- assert( nRet );
+ OSL_ASSERT( nRet );
return nRet;
}