diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-17 19:54:40 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-01-17 21:05:01 +0100 |
commit | 4d2fc77b5d1a67a5bc46e57020299ae4dcd5ff35 (patch) | |
tree | 42539a0edec153a11503ccc7b0f56f78f1a2f8aa /include/vcl/window.hxx | |
parent | 970b76816a03be0f57f35a790bea57bf299e344b (diff) |
Fix typos
Change-Id: I18ce04cbaa79c827a52e2441e98ee2e3377b5877
Reviewed-on: https://gerrit.libreoffice.org/48077
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/vcl/window.hxx')
-rw-r--r-- | include/vcl/window.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx index b7cab1b6dbc9..34dca718c4c0 100644 --- a/include/vcl/window.hxx +++ b/include/vcl/window.hxx @@ -729,7 +729,7 @@ private: SAL_DLLPRIVATE tools::Rectangle ImplOutputToUnmirroredAbsoluteScreenPixel( const tools::Rectangle& rRect ) const; SAL_DLLPRIVATE long ImplGetUnmirroredOutOffX(); - // retrieves the list of owner draw decorated windows for this window hiearchy + // retrieves the list of owner draw decorated windows for this window hierarchy SAL_DLLPRIVATE ::std::vector<VclPtr<vcl::Window> >& ImplGetOwnerDrawList(); SAL_DLLPRIVATE vcl::Window* ImplGetTopmostFrameWindow(); @@ -1006,7 +1006,7 @@ public: @param bCall Enable/Disable calling event handlers for this disabled, modal or input disabled window. - This call is implicity done recursively for possible child windows. + This call is implicitly done recursively for possible child windows. */ void SetCallHandlersOnInputDisabled( bool bCall ); /** get state of SetCallHandlersOnInputDisabled |