summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/drawview.cxx
diff options
context:
space:
mode:
authorRené Kjellerup <rk.katana.steel@gmail>2010-11-15 16:50:03 +0100
committerKohei Yoshida <kyoshida@novell.com>2010-11-15 13:45:16 -0500
commit1ffd3b222b4de471e307e54eeb993141e1425954 (patch)
treebf3733427dd0f16108b22155cd66ea2d18209bc7 /sc/source/ui/view/drawview.cxx
parent5f535b601f755a0c5149a9c3319350721b781345 (diff)
Macro update and Comment translation
just minor comment translations and a single ASSERT -> ENSURE convertion
Diffstat (limited to 'sc/source/ui/view/drawview.cxx')
-rw-r--r--sc/source/ui/view/drawview.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/view/drawview.cxx b/sc/source/ui/view/drawview.cxx
index 8a8211442..35a835b93 100644
--- a/sc/source/ui/view/drawview.cxx
+++ b/sc/source/ui/view/drawview.cxx
@@ -114,7 +114,7 @@ void ScDrawView::Construct()
if (pLayer)
{
SetLayerLocked( pLayer->GetName(), bProt );
- SetActiveLayer( pLayer->GetName() ); // FRONT als aktiven Layer setzen
+ SetActiveLayer( pLayer->GetName() ); // set active layer to FRONT
}
pLayer = rAdmin.GetLayerPerID(SC_LAYER_CONTROLS);
if (pLayer)
@@ -205,7 +205,7 @@ void ScDrawView::InvalidateAttribs()
if (!pViewData) return;
SfxBindings& rBindings = pViewData->GetBindings();
- // echte Statuswerte:
+ // true status values:
rBindings.InvalidateAll( TRUE );
}