diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-09 17:13:59 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-09 18:02:08 +0200 |
commit | e6c036915b75cd5c81323e337a8604701b869052 (patch) | |
tree | 75eb436ed26dcffbbc9659206b35436bc13fe6f9 /vcl/inc | |
parent | b8c87fa294678180191588134b9e9c7993a659fc (diff) |
Fix typos
Change-Id: Ie63c7b2d8bf9579b7b41d7bae515818c8d5706dc
Reviewed-on: https://gerrit.libreoffice.org/77217
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/salframe.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/salframe.hxx b/vcl/inc/salframe.hxx index 19293b913621..e190d3e758b5 100644 --- a/vcl/inc/salframe.hxx +++ b/vcl/inc/salframe.hxx @@ -282,7 +282,7 @@ public: virtual weld::Window* GetFrameWeld() const; - // Callbacks (indepent part in vcl/source/window/winproc.cxx) + // Callbacks (independent part in vcl/source/window/winproc.cxx) // for default message handling return 0 void SetCallback( vcl::Window* pWindow, SALFRAMEPROC pProc ); |