diff options
Diffstat (limited to 'sc/source/ui/docshell/docfunc.cxx')
-rw-r--r-- | sc/source/ui/docshell/docfunc.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/docshell/docfunc.cxx b/sc/source/ui/docshell/docfunc.cxx index 3e06af5bd726..dd0576f281c3 100644 --- a/sc/source/ui/docshell/docfunc.cxx +++ b/sc/source/ui/docshell/docfunc.cxx @@ -1998,7 +1998,7 @@ bool ScDocFunc::InsertCells( const ScRange& rRange, const ScMarkData* pTabMark, nPaintFlags |= PaintPartFlags::Top; break; default: - OSL_FAIL("Falscher Code beim Einfuegen"); + OSL_FAIL("Wrong code at inserting"); bSuccess = false; break; } @@ -2502,7 +2502,7 @@ bool ScDocFunc::DeleteCells( const ScRange& rRange, const ScMarkData* pTabMark, nPaintFlags |= PaintPartFlags::Top; break; default: - OSL_FAIL("Falscher Code beim Loeschen"); + OSL_FAIL("Wrong code at deleting"); break; } |