[Libreoffice-commits] core.git: svx/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jul 29 14:44:27 UTC 2020
svx/source/fmcomp/gridctrl.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit cc52b586689c18b918e2092f290f5febf328f0bc
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Jul 28 17:41:34 2020 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Jul 29 16:43:47 2020 +0200
Fix typo
Change-Id: Ia723bc6d16a9102f24e17176edce440fbc646bd2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99638
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/svx/source/fmcomp/gridctrl.cxx b/svx/source/fmcomp/gridctrl.cxx
index af1717231fa8..7ad0d355419e 100644
--- a/svx/source/fmcomp/gridctrl.cxx
+++ b/svx/source/fmcomp/gridctrl.cxx
@@ -341,7 +341,7 @@ NavigationBar::NavigationBar(vcl::Window* pParent)
m_xLastBtn->connect_clicked(LINK(this,NavigationBar,OnClick));
m_xNewBtn->connect_clicked(LINK(this,NavigationBar,OnClick));
- // instead of connect_clicked because we want a a button held down to
+ // instead of connect_clicked because we want a button held down to
// repeat the next/prev
m_xPrevBtn->connect_mouse_press(LINK(this, NavigationBar, PrevMousePressHdl));
m_xNextBtn->connect_mouse_press(LINK(this, NavigationBar, NextMousePressHdl));
More information about the Libreoffice-commits
mailing list