diff options
Diffstat (limited to 'sc/source/ui/view/output.cxx')
-rw-r--r-- | sc/source/ui/view/output.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/output.cxx b/sc/source/ui/view/output.cxx index b69f2ace659a..331df1b9e037 100644 --- a/sc/source/ui/view/output.cxx +++ b/sc/source/ui/view/output.cxx @@ -152,7 +152,7 @@ void ScActionColorChanger::Update( const ScChangeAction& rAction ) if (!rUsers.Search(&aData, nIndex)) { // empty string is possible if a name wasn't found while saving a 5.0 file - DBG_ASSERT( aLastUserName.Len() == 0, "Author not found" ); + OSL_ENSURE( aLastUserName.Len() == 0, "Author not found" ); nIndex = 0; } nLastUserIndex = nIndex % SC_AUTHORCOLORCOUNT; |