From 15032b197c0135be00d8e0b5446898a3c51456e0 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 11 May 2018 20:00:51 +0200 Subject: Fix typo Change-Id: I1686ce5eeb5503bbcf43f8a071824ab1045dad13 Reviewed-on: https://gerrit.libreoffice.org/54146 Reviewed-by: Julien Nabet Tested-by: Christian Lohmaier --- vcl/source/control/tabctrl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/source/control') diff --git a/vcl/source/control/tabctrl.cxx b/vcl/source/control/tabctrl.cxx index 72ce116ba2b4..1b55b832b569 100644 --- a/vcl/source/control/tabctrl.cxx +++ b/vcl/source/control/tabctrl.cxx @@ -816,7 +816,7 @@ void TabControl::ImplDrawItem(vcl::RenderContext& rRenderContext, ImplTabItem co if (pItem->mnId == mnCurPageId) { nState |= ControlState::SELECTED; - // only the selected item can be focussed + // only the selected item can be focused if (HasFocus()) nState |= ControlState::FOCUSED; } -- cgit