[Libreoffice-commits] core.git: vcl/unx
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jul 8 20:22:22 UTC 2020
vcl/unx/gtk3/gtk3gtkinst.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ebe3a4b1d7eed5439c125c088b1fb4df438e8614
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Jul 7 11:52:33 2020 +0200
Commit: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Wed Jul 8 22:21:38 2020 +0200
Fix typo
Change-Id: I2a5a231d7e58c3a84651c70cdf561c81b56a651a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98250
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
diff --git a/vcl/unx/gtk3/gtk3gtkinst.cxx b/vcl/unx/gtk3/gtk3gtkinst.cxx
index 1cba75f751e2..1b94d454ba82 100644
--- a/vcl/unx/gtk3/gtk3gtkinst.cxx
+++ b/vcl/unx/gtk3/gtk3gtkinst.cxx
@@ -12396,7 +12396,7 @@ private:
GtkTextBuffer* m_pTextBuffer;
GtkAdjustment* m_pVAdjustment;
int m_nMaxTextLength;
- gulong m_nChangedSignalId; // we don't disable/enable this one, its to implement max-length
+ gulong m_nChangedSignalId; // we don't disable/enable this one, it's to implement max-length
gulong m_nInsertTextSignalId;
gulong m_nCursorPosSignalId;
gulong m_nVAdjustChangedSignalId;
More information about the Libreoffice-commits
mailing list