summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-12-06 15:49:30 +0100
committerJulien Nabet <serval2412@yahoo.fr>2020-12-07 19:42:44 +0100
commit7c0f1d9b3be1832667c781fbdde541cdb51f4715 (patch)
treeb3f8c49b04a190a3c5b76cd27548087b25927061 /vcl
parent4841ea2e3f8aa62ce89efb9aef94662cf3f3fa1f (diff)
Fix typo
Change-Id: I6275c21dcadb3dbdf63faaa1fd39bf9c17019f4e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107292 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/window/builder.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/builder.cxx b/vcl/source/window/builder.cxx
index 3a05bb6a8f9d..4c264b3e4bfe 100644
--- a/vcl/source/window/builder.cxx
+++ b/vcl/source/window/builder.cxx
@@ -1971,7 +1971,7 @@ VclPtr<vcl::Window> VclBuilder::makeObject(vcl::Window *pParent, const OString &
}
else if (name == "svtlo-ManagedMenuButton")
{
- // like tdf#135495 keep the name svtlo-ManagedMenuButton even though its a misnomer
+ // like tdf#135495 keep the name svtlo-ManagedMenuButton even though it's a misnomer
// and is not dlsymed from the svt library
xWindow = VclPtr<ManagedMenuButton>::Create(pParent, WB_CLIPCHILDREN|WB_CENTER|WB_VCENTER|WB_FLATBUTTON);
OUString sMenu = BuilderUtils::extractCustomProperty(rMap);