[Libreoffice-commits] core.git: vcl/unx
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sun Jul 12 16:19:24 UTC 2020
vcl/unx/gtk3/gtk3gtkinst.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7fc92da7ac5ea887a2fd5737f133795a1ffb3137
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Jul 12 09:34:09 2020 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Jul 12 18:18:43 2020 +0200
Fix typo
Change-Id: Ifad92aedd6f72f837d1839638d9f76b92d0c29d2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98585
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 76bd00278bd1..3a81302d515d 100644
--- a/vcl/unx/gtk3/gtk3gtkinst.cxx
+++ b/vcl/unx/gtk3/gtk3gtkinst.cxx
@@ -12409,7 +12409,7 @@ private:
gulong m_nChangedSignalId; // we don't disable/enable this one, it's to implement max-length
gulong m_nInsertTextSignalId;
gulong m_nCursorPosSignalId;
- gulong m_nHasSelectionSignalId; // we don't disable/enable this one, its to implement auto-scroll to cursor on losing selection
+ gulong m_nHasSelectionSignalId; // we don't disable/enable this one, it's to implement auto-scroll to cursor on losing selection
gulong m_nVAdjustChangedSignalId;
static void signalChanged(GtkTextBuffer*, gpointer widget)
More information about the Libreoffice-commits
mailing list