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 --- forms/source/richtext/richtextcontrol.cxx | 2 +- forms/source/solar/component/navbarcontrol.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'forms') diff --git a/forms/source/richtext/richtextcontrol.cxx b/forms/source/richtext/richtextcontrol.cxx index a22d36d52424..256c257b2f2c 100644 --- a/forms/source/richtext/richtextcontrol.cxx +++ b/forms/source/richtext/richtextcontrol.cxx @@ -173,7 +173,7 @@ namespace frm mbCreatingPeer = true; - // determine the VLC window for the parent + // determine the VCL window for the parent vcl::Window* pParentWin = nullptr; if ( _rParentPeer.is() ) { diff --git a/forms/source/solar/component/navbarcontrol.cxx b/forms/source/solar/component/navbarcontrol.cxx index f39464fc8987..ecaa9ba142a4 100644 --- a/forms/source/solar/component/navbarcontrol.cxx +++ b/forms/source/solar/component/navbarcontrol.cxx @@ -119,7 +119,7 @@ namespace frm mbCreatingPeer = true; - // determine the VLC window for the parent + // determine the VCL window for the parent vcl::Window* pParentWin = nullptr; if ( _rParentPeer.is() ) { -- cgit