diff options
Diffstat (limited to 'vcl/source/window/dlgctrl.cxx')
-rw-r--r-- | vcl/source/window/dlgctrl.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/window/dlgctrl.cxx b/vcl/source/window/dlgctrl.cxx index cf8ac9991ef7..105ba5a0fee5 100644 --- a/vcl/source/window/dlgctrl.cxx +++ b/vcl/source/window/dlgctrl.cxx @@ -39,7 +39,7 @@ using namespace ::com::sun::star; static bool ImplHasIndirectTabParent( vcl::Window* pWindow ) { - // The window has inderect tab parent if it is included in tab hierarchy + // The window has indirect tab parent if it is included in tab hierarchy // of the indirect parent window vcl::Window* pNonLayoutParent = getNonLayoutParent(pWindow); @@ -313,7 +313,7 @@ vcl::Window* ImplFindDlgCtrlWindow( vcl::Window* pParent, vcl::Window* pWindow, && pSWindow->ImplGetWindow()->IsDialogControlStart() ) nFormStart = i; - // SecondWindow for composit controls like ComboBoxes and arrays + // SecondWindow for composite controls like ComboBoxes and arrays if ( pSWindow->ImplIsWindowOrChild( pWindow ) ) { pSecondWindow = pSWindow; |