diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-12-18 10:24:56 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-12-18 10:33:21 +0100 |
commit | 3353a39b065300194531d24b60e8312a9d83c6d8 (patch) | |
tree | fa73f2b440a27c7247f80313ae3b3866aa73b08c | |
parent | c726769f091b8ed47d58f5a485f93123c53668df (diff) |
Fix typo
Change-Id: Ic1daa649bbe73f2237f4e83e85cda88ba041e1f3
Reviewed-on: https://gerrit.libreoffice.org/85365
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | vcl/source/window/window2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/window2.cxx b/vcl/source/window/window2.cxx index e1ca3baaaa57..8e466704143b 100644 --- a/vcl/source/window/window2.cxx +++ b/vcl/source/window/window2.cxx @@ -814,7 +814,7 @@ void Window::EnableDocking( bool bEnable ) ImplGetDockingManager()->RemoveWindow( this ); } -// retrieves the list of owner draw decorated windows for this window hiearchy +// retrieves the list of owner draw decorated windows for this window hierarchy ::std::vector<VclPtr<vcl::Window> >& Window::ImplGetOwnerDrawList() { return ImplGetTopmostFrameWindow()->mpWindowImpl->mpFrameData->maOwnerDrawList; |