From 86707f3595c282f80b5e09558a23b539446daca2 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Fri, 25 Dec 2020 13:01:36 +0100 Subject: 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 --- sfx2/source/view/userinputinterception.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sfx2') 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; -- cgit