summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/refupdat.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-03-16 04:58:29 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-03-16 04:58:59 +0100
commitfd17ba6a421acf63b3b959138bb572498d56d469 (patch)
tree26d134d7f30bc7187c5a4df49162ac4e79793b42 /sc/source/core/tool/refupdat.cxx
parentf63423d58551b387dd9617c6c84719a95ee6d522 (diff)
sc: translate some debug messages
Change-Id: I0c741d2cda4568aef81a18788a764f3ef679660c
Diffstat (limited to 'sc/source/core/tool/refupdat.cxx')
-rw-r--r--sc/source/core/tool/refupdat.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/refupdat.cxx b/sc/source/core/tool/refupdat.cxx
index 356d8c082b4b..454176855e90 100644
--- a/sc/source/core/tool/refupdat.cxx
+++ b/sc/source/core/tool/refupdat.cxx
@@ -360,7 +360,7 @@ ScRefUpdateRes ScRefUpdate::Update( ScDocument* pDoc, UpdateRefMode eUpdateRefMo
else if (eUpdateRefMode == URM_REORDER)
{
// bisher nur fuer nDz (MoveTab)
- OSL_ENSURE ( !nDx && !nDy, "URM_REORDER fuer x und y noch nicht implementiert" );
+ OSL_ENSURE ( !nDx && !nDy, "URM_REORDER for x and y not yet implemented" );
if ( nDz && (theCol1 >= nCol1) && (theCol2 <= nCol2) &&
(theRow1 >= nRow1) && (theRow2 <= nRow2) )