diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-11-12 17:05:25 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-11-12 20:44:39 +0100 |
commit | 69b46d7a3b7cd1f0f398ec18583a7383deef25d8 (patch) | |
tree | 5b115527a5e5414c7c6532b75e5b345d900a98c9 /vcl | |
parent | 4bb28ad217ea9d6511b6921dcd3d28328edcb4d6 (diff) |
Fix typos
Change-Id: Ibb94b2b16afbcca84dd55ae51fde6fd27afede3a
Reviewed-on: https://gerrit.libreoffice.org/63297
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/control/tabctrl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/control/tabctrl.cxx b/vcl/source/control/tabctrl.cxx index ea022457025b..e0079e4cffd3 100644 --- a/vcl/source/control/tabctrl.cxx +++ b/vcl/source/control/tabctrl.cxx @@ -1683,7 +1683,7 @@ void TabControl::RemovePage( sal_uInt16 nPageId ) mpTabCtrlData->mpListBox->SetDropDownLineCount( mpTabCtrlData->mpListBox->GetEntryCount() ); } - // If current page is removed, than first page gets the current page + // If current page is removed, then first page gets the current page if ( bIsCurrentPage ) { mnCurPageId = 0; |