From ae150c6a5424d021ce5eb46dc9573f12a4d05445 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 16 Jun 2015 18:21:52 +0200 Subject: Fix typos Change-Id: Ibfa971952cd330ddf430e7e951c5c235d2ae6bd8 Reviewed-on: https://gerrit.libreoffice.org/16314 Tested-by: Jenkins Reviewed-by: Michael Stahl --- sw/source/uibase/uiview/scroll.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/uibase/uiview/scroll.cxx') diff --git a/sw/source/uibase/uiview/scroll.cxx b/sw/source/uibase/uiview/scroll.cxx index 59812dcead71..4ff7d471ef8a 100644 --- a/sw/source/uibase/uiview/scroll.cxx +++ b/sw/source/uibase/uiview/scroll.cxx @@ -95,7 +95,7 @@ void SwScrollbar::SetAuto(bool bSet) { bAuto = bSet; - // hide autmatically - automatisch versteckt - then show + // hide automatically - automatisch versteckt - then show if(!bAuto && bVisible && !ScrollBar::IsVisible()) ExtendedShow(true); else if(bAuto) -- cgit