From 6c94eeb92fa0ea14814175276f35a25512cc6f2b Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 14 Jul 2021 18:13:09 +0200 Subject: Fix typo in code Change-Id: I9e92dcee5f49f81aeadf9e2baa504a247bece33b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118948 Reviewed-by: Julien Nabet Tested-by: Jenkins --- include/sfx2/viewfrm.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sfx2') diff --git a/include/sfx2/viewfrm.hxx b/include/sfx2/viewfrm.hxx index 1bd0cbca39eb..1e3bc1b19796 100644 --- a/include/sfx2/viewfrm.hxx +++ b/include/sfx2/viewfrm.hxx @@ -67,7 +67,7 @@ class SFX2_DLLPUBLIC SfxViewFrame final : public SfxShell, public SfxListener DECL_LINK(SwitchReadOnlyHandler, weld::Button&, void); DECL_LINK(SignDocumentHandler, weld::Button&, void); DECL_LINK(HiddenTrackChangesHandler, weld::Button&, void); - DECL_LINK(HypenationMissingHandler, weld::Button&, void); + DECL_LINK(HyphenationMissingHandler, weld::Button&, void); SAL_DLLPRIVATE void KillDispatcher_Impl(); virtual ~SfxViewFrame() override; -- cgit