diff options
author | Jacek Wolszczak <shutdownrunner@gmail.com> | 2010-10-24 23:48:32 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2010-10-24 23:48:32 +0200 |
commit | 77bd3d37dd1027e8b8d67c973abb748e777ab6d1 (patch) | |
tree | 0ce1764db571b2448560234b04f3d46640610d4d /sw/source/ui/vba | |
parent | 88b663b7317ef1c6239c9e5ca52b1a9ec14f1993 (diff) |
DBG_* -> OSL_ENSURE cleanup, few German -> English translations.
Diffstat (limited to 'sw/source/ui/vba')
-rw-r--r-- | sw/source/ui/vba/vbatablehelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbatablehelper.cxx b/sw/source/ui/vba/vbatablehelper.cxx index d98578a287c5..2fa13bc98673 100644 --- a/sw/source/ui/vba/vbatablehelper.cxx +++ b/sw/source/ui/vba/vbatablehelper.cxx @@ -209,7 +209,7 @@ sal_Int32 SwVbaTableHelper::GetColCount( SwTabCols& rCols ) const sal_Int32 SwVbaTableHelper::GetRightSeparator( SwTabCols& rCols, sal_Int32 nNum) const { - DBG_ASSERT( nNum < (sal_Int32)GetColCount( rCols ) ,"Index out of range"); + OSL_ENSURE( nNum < (sal_Int32)GetColCount( rCols ) ,"Index out of range"); sal_Int32 i = 0; while( nNum >= 0 ) { |