[Libreoffice-commits] core.git: vcl/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Mon Dec 7 18:43:34 UTC 2020
vcl/source/window/builder.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7c0f1d9b3be1832667c781fbdde541cdb51f4715
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Dec 6 15:49:30 2020 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Dec 7 19:42:44 2020 +0100
Fix typo
Change-Id: I6275c21dcadb3dbdf63faaa1fd39bf9c17019f4e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107292
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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);
More information about the Libreoffice-commits
mailing list