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 /forms | |
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 'forms')
-rw-r--r-- | forms/source/richtext/richtextcontrol.cxx | 2 | ||||
-rw-r--r-- | forms/source/solar/component/navbarcontrol.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
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() ) { |