summaryrefslogtreecommitdiff
path: root/sc/source/ui/undo/undoblk.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/undo/undoblk.cxx')
-rw-r--r--sc/source/ui/undo/undoblk.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/undo/undoblk.cxx b/sc/source/ui/undo/undoblk.cxx
index c9f626c8a4e7..217022845109 100644
--- a/sc/source/ui/undo/undoblk.cxx
+++ b/sc/source/ui/undo/undoblk.cxx
@@ -1969,7 +1969,7 @@ ScUndoClearItems::ScUndoClearItems( ScDocShell* pNewDocShell, const ScMarkData&
pUndoDoc( pNewUndoDoc ),
pWhich( nullptr )
{
- OSL_ENSURE( pW, "ScUndoClearItems: Which-Pointer ist 0" );
+ OSL_ENSURE( pW, "ScUndoClearItems: Which-Pointer is Null" );
sal_uInt16 nCount = 0;
while ( pW[nCount] )