summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-05-11 20:00:51 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2018-05-12 11:29:24 +0200
commit15032b197c0135be00d8e0b5446898a3c51456e0 (patch)
treec4bb46c06be91590f9da5225154a79f64dcd5882
parent46885986e3749bedb02c666a958d8c4499c8eecc (diff)
Fix typo
Change-Id: I1686ce5eeb5503bbcf43f8a071824ab1045dad13 Reviewed-on: https://gerrit.libreoffice.org/54146 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
-rw-r--r--vcl/source/control/tabctrl.cxx2
1 files changed, 1 insertions, 1 deletions
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;
}