summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/undo
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2017-04-05 01:32:18 +0000
committerMichael Stahl <mstahl@redhat.com>2017-04-05 10:17:33 +0000
commita4712a3251dfa4122d039595bd897bd06e255f03 (patch)
treeec4a0ddd7cd5e0edad77413f799f1f729ded7bed /sc/source/ui/undo
parentAdd another FIXME (diff)
downloadcore-a4712a3251dfa4122d039595bd897bd06e255f03.tar.gz
core-a4712a3251dfa4122d039595bd897bd06e255f03.zip
tdf#39468 Translate German comments
Translate German comments and terms in sc/source/core and sc/source/ui Change-Id: I214565e73893688963d99c0f0ddfc356b5ad63be Reviewed-on: https://gerrit.libreoffice.org/36107 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sc/source/ui/undo')
-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] )