diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-05-25 11:44:22 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-05-25 09:50:55 +0000 |
commit | 2af018e4dd99fccdc85a28b38ff924fb16a750cf (patch) | |
tree | 3d6485a3f42e9bbaace77be180d38dc7f2e175af /vcl | |
parent | 75cec5cd54a731039b63d564be378a1202fb9e8b (diff) |
Fix typos
Change-Id: I860cc4aa04b4e5cd1437b2f24176ee2ccdec3266
Reviewed-on: https://gerrit.libreoffice.org/25420
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/control/tabctrl.cxx | 2 | ||||
-rw-r--r-- | vcl/source/window/tabpage.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/control/tabctrl.cxx b/vcl/source/control/tabctrl.cxx index eaf63e11f9ea..37a9a070784d 100644 --- a/vcl/source/control/tabctrl.cxx +++ b/vcl/source/control/tabctrl.cxx @@ -109,7 +109,7 @@ void TabControl::ImplInit( vcl::Window* pParent, WinBits nStyle ) mpTabCtrlData->mpListBox->Show(); } - // if the tabcontrol is drawn (ie filled) by a native widget, make sure all contols will have transparent background + // if the tabcontrol is drawn (ie filled) by a native widget, make sure all controls will have transparent background // otherwise they will paint with a wrong background if( IsNativeControlSupported(CTRL_TAB_PANE, PART_ENTIRE_CONTROL) ) EnableChildTransparentMode(); diff --git a/vcl/source/window/tabpage.cxx b/vcl/source/window/tabpage.cxx index e22f91d9402c..5bd0b8301c9f 100644 --- a/vcl/source/window/tabpage.cxx +++ b/vcl/source/window/tabpage.cxx @@ -40,7 +40,7 @@ void TabPage::ImplInit( vcl::Window* pParent, WinBits nStyle ) ImplInitSettings(); - // if the tabpage is drawn (ie filled) by a native widget, make sure all contols will have transparent background + // if the tabpage is drawn (ie filled) by a native widget, make sure all controls will have transparent background // otherwise they will paint with a wrong background if( IsNativeControlSupported(CTRL_TAB_BODY, PART_ENTIRE_CONTROL) && GetParent() && (GetParent()->GetType() == WINDOW_TABCONTROL) ) EnableChildTransparentMode(); |