diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2020-12-25 13:01:36 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-12-25 15:56:44 +0100 |
commit | 86707f3595c282f80b5e09558a23b539446daca2 (patch) | |
tree | e37d7ace536749faedaf0972c3035f35bae84079 /sfx2/source | |
parent | e3deff4ba21d2953638ae6c4845af93b98af86f0 (diff) |
Typos in code (vlc->vcl/vclx)
Change-Id: I3c0f0f7a2129ca49c18d3a65aef74061e895853c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108284
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/view/userinputinterception.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/view/userinputinterception.cxx b/sfx2/source/view/userinputinterception.cxx index ad605627f63f..b1cb6e8544ed 100644 --- a/sfx2/source/view/userinputinterception.cxx +++ b/sfx2/source/view/userinputinterception.cxx @@ -73,8 +73,8 @@ namespace sfx2 namespace { - template< class VLCEVENT > - void lcl_initModifiers( InputEvent& _rEvent, const VLCEVENT& _rVclEvent ) + template< class VCLEVENT > + void lcl_initModifiers( InputEvent& _rEvent, const VCLEVENT& _rVclEvent ) { _rEvent.Modifiers = 0; |