diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-07-28 17:41:34 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-07-29 16:43:47 +0200 |
commit | cc52b586689c18b918e2092f290f5febf328f0bc (patch) | |
tree | cf08e885010238d6229390098deffaf333177d17 /svx | |
parent | 153d9483c1e9ec3722447a2b43c43ec1b32193d6 (diff) |
Fix typo
Change-Id: Ia723bc6d16a9102f24e17176edce440fbc646bd2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99638
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/fmcomp/gridctrl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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)); |