summaryrefslogtreecommitdiff
path: root/sw/source/core/edit/edws.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-20 17:58:46 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-21 18:02:55 +0100
commit075fbb3a5b30fc86dd13fac8e647a2865c27c8e2 (patch)
treeb4a851212c9e6b3cb0ee2c5a3905d6531a8f5cb5 /sw/source/core/edit/edws.cxx
parent3e7e5f2f56758427048eb576ea4ae3622dd35531 (diff)
Move ASSERT_ID to OSL_ASSERT
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 f50ed630642b..2132a8698b29 100644
--- a/sw/source/core/edit/edws.cxx
+++ b/sw/source/core/edit/edws.cxx
@@ -177,7 +177,7 @@ sal_uInt16 SwEditShell::GetCntType() const
case ND_OLENODE: nRet = CNT_OLE; break;
}
- ASSERT_ID( nRet, ERR_OUTOFSCOPE );
+ OSL_ASSERT( nRet );
return nRet;
}