[Libreoffice-commits] core.git: vcl/unx
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sun Mar 22 11:28:16 UTC 2020
vcl/unx/gtk3/gtk3gtkinst.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 54d3760f7dbd759cc8de6c777c6a2154d2382f16
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Mar 21 18:44:34 2020 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Mar 22 12:27:42 2020 +0100
Fix typo
Change-Id: I52d6c6108861bf2118854e78b2653f3157595b31
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90861
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/vcl/unx/gtk3/gtk3gtkinst.cxx b/vcl/unx/gtk3/gtk3gtkinst.cxx
index 6f11a6a89017..02055e04b15b 100644
--- a/vcl/unx/gtk3/gtk3gtkinst.cxx
+++ b/vcl/unx/gtk3/gtk3gtkinst.cxx
@@ -10835,7 +10835,7 @@ public:
the same point as before the clear.
*/
- // This forces the tree to recalculate now its preferrred size
+ // This forces the tree to recalculate now its preferred size
// after being cleared
GtkRequisition size;
gtk_widget_get_preferred_size(GTK_WIDGET(m_pTreeView), nullptr, &size);
More information about the Libreoffice-commits
mailing list