summaryrefslogtreecommitdiff
path: root/sc/source/ui/view
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2018-05-27 18:37:03 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2018-06-06 13:46:09 +0200
commitabe5a1a55fa56e4db60421861a50671c9f9c4de9 (patch)
tree633c3f99e86256bc3df9a155d1339e88988c593d /sc/source/ui/view
parentd84517a171a17dfa12f25ad4305a06b20f3b7c76 (diff)
Translate German comments and debug strings
And correct a few comments (translation and grammar) Change-Id: Ifafa521c683e9ca65aeba8031cd4cbfc1fadc137 Reviewed-on: https://gerrit.libreoffice.org/54888 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
Diffstat (limited to 'sc/source/ui/view')
-rw-r--r--sc/source/ui/view/tabview4.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/tabview4.cxx b/sc/source/ui/view/tabview4.cxx
index 94a22a950cc2..250f71b32b3a 100644
--- a/sc/source/ui/view/tabview4.cxx
+++ b/sc/source/ui/view/tabview4.cxx
@@ -425,7 +425,7 @@ void ScTabView::UpdateScrollBars( HeaderType eHeaderType )
SetScrollBar( *aVScrollTop.get(), nMaxYT, nVisYT, aViewData.GetPosY( SC_SPLIT_TOP ), bLayoutRTL );
}
- // Bereich testen
+ // test the range
nDiff = lcl_UpdateBar( *aHScrollLeft.get(), nVisXL );
if (nDiff) ScrollX( nDiff, SC_SPLIT_LEFT );