summaryrefslogtreecommitdiff
path: root/sc/source/ui/view
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view')
-rw-r--r--sc/source/ui/view/tabview5.cxx2
-rw-r--r--sc/source/ui/view/viewdata.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/view/tabview5.cxx b/sc/source/ui/view/tabview5.cxx
index 663b1923af91..ff7ec2978608 100644
--- a/sc/source/ui/view/tabview5.cxx
+++ b/sc/source/ui/view/tabview5.cxx
@@ -179,7 +179,7 @@ ScTabView::~ScTabView()
SfxLokHelper::forEachOtherView(pThisViewShell, lRemoveWindows);
}
- aViewData.KillEditView(); // solange GridWin's noch existieren
+ aViewData.KillEditView(); // as long as GridWins still exist
if (pDrawView)
{
diff --git a/sc/source/ui/view/viewdata.cxx b/sc/source/ui/view/viewdata.cxx
index 16f8f2c0480f..ae0247b2cf24 100644
--- a/sc/source/ui/view/viewdata.cxx
+++ b/sc/source/ui/view/viewdata.cxx
@@ -1193,7 +1193,7 @@ void ScViewData::SetEditEngine( ScSplitPos eWhich,
pEditView[eWhich]->SetBackgroundColor( aBackCol );
pEditView[eWhich]->Invalidate(); // needed?
- // needed, wenn position changed
+ // needed, if position changed
}
IMPL_LINK( ScViewData, EditEngineHdl, EditStatus&, rStatus, void )