diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-07-14 18:13:09 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-07-14 20:35:19 +0200 |
commit | 6c94eeb92fa0ea14814175276f35a25512cc6f2b (patch) | |
tree | 0e91769cf449497a9526d9da59a1d827e07052d6 /sfx2/source/view | |
parent | f7d128f1223a28d5fdae53ceaad55bf3166a9036 (diff) |
Fix typo in code
Change-Id: I9e92dcee5f49f81aeadf9e2baa504a247bece33b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118948
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'sfx2/source/view')
-rw-r--r-- | sfx2/source/view/viewfrm.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/view/viewfrm.cxx b/sfx2/source/view/viewfrm.cxx index 37b090429425..95d1d5d1dfeb 100644 --- a/sfx2/source/view/viewfrm.cxx +++ b/sfx2/source/view/viewfrm.cxx @@ -1510,7 +1510,7 @@ void SfxViewFrame::Notify( SfxBroadcaster& /*rBC*/, const SfxHint& rHint ) weld::Button& rHyphenationButton = pInfoBar->addButton(); rHyphenationButton.set_label(SfxResId(STR_HYPHENATION_BUTTON)); rHyphenationButton.connect_clicked(LINK(this, - SfxViewFrame, HypenationMissingHandler)); + SfxViewFrame, HyphenationMissingHandler)); } aPendingInfobars.pop_back(); @@ -1653,7 +1653,7 @@ IMPL_LINK(SfxViewFrame, HiddenTrackChangesHandler, weld::Button&, rButton, void) } } -IMPL_LINK_NOARG(SfxViewFrame, HypenationMissingHandler, weld::Button&, void) +IMPL_LINK_NOARG(SfxViewFrame, HyphenationMissingHandler, weld::Button&, void) { GetDispatcher()->Execute(SID_HYPHENATIONMISSING); RemoveInfoBar(u"hyphenationmissing"); |