summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
Diffstat (limited to 'forms')
-rw-r--r--forms/source/richtext/richtextcontrol.cxx2
-rw-r--r--forms/source/solar/component/navbarcontrol.cxx2
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() )
{