[Libreoffice-commits] core.git: vcl/source

Andrea Gelmini andrea.gelmini at gelma.net
Sat May 12 09:29:44 UTC 2018


 vcl/source/control/tabctrl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 15032b197c0135be00d8e0b5446898a3c51456e0
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Fri May 11 20:00:51 2018 +0200

    Fix typo
    
    Change-Id: I1686ce5eeb5503bbcf43f8a071824ab1045dad13
    Reviewed-on: https://gerrit.libreoffice.org/54146
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>

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;
     }


More information about the Libreoffice-commits mailing list