summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewfun2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/viewfun2.cxx')
-rw-r--r--sc/source/ui/view/viewfun2.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/view/viewfun2.cxx b/sc/source/ui/view/viewfun2.cxx
index ce0457a47791..8ee3c3fb045e 100644
--- a/sc/source/ui/view/viewfun2.cxx
+++ b/sc/source/ui/view/viewfun2.cxx
@@ -1628,7 +1628,7 @@ void ScViewFunc::AutoFormat( sal_uInt16 nFormatNo, bool bRecord )
ErrorMessage(STR_NOMULTISELECT);
}
-// Suchen & Ersetzen
+// Search & Replace
bool ScViewFunc::SearchAndReplace( const SvxSearchItem* pSearchItem,
bool bAddUndo, bool bIsApi )
@@ -1888,7 +1888,7 @@ bool ScViewFunc::SearchAndReplace( const SvxSearchItem* pSearchItem,
return bFound;
}
-// Zielwertsuche
+// Goal Seek
void ScViewFunc::Solve( const ScSolveParam& rParam )
{
@@ -2551,7 +2551,7 @@ void ScViewFunc::MoveTable(
if (!pDestShell)
{
- OSL_FAIL("Dest-Doc nicht gefunden !!!");
+ OSL_FAIL("Destination document not found !!!");
return;
}
@@ -2704,7 +2704,7 @@ void ScViewFunc::MoveTable(
if (pSdrView)
pSdrView->ClearPageView();
- pDestViewSh->TabChanged(); // Pages auf dem Drawing-Layer
+ pDestViewSh->TabChanged(); // pages on the drawing layer
}
pDestShell->PostPaint( 0,0,0, MAXCOL,MAXROW,MAXTAB,
PAINT_GRID | PAINT_TOP | PAINT_LEFT |