diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-29 11:10:22 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-31 14:35:42 +0200 |
commit | 4c08f58f58e0f01ea25f1ab436046a91314d1a31 (patch) | |
tree | 92fd6c3f30bad66708c5112c77940195c8914747 /include | |
parent | 347c475d6dd5452d6d71e1ce3a57bb6dab2e0ad4 (diff) |
Fix typo in code
Change-Id: I9c6d1a277da87f30f43b6108d588cde9a3f0e783
Reviewed-on: https://gerrit.libreoffice.org/78266
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/fontwork.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/fontwork.hxx b/include/svx/fontwork.hxx index 510a39c8fbd6..3ceea23e37b4 100644 --- a/include/svx/fontwork.hxx +++ b/include/svx/fontwork.hxx @@ -130,7 +130,7 @@ class SAL_WARN_UNUSED SVX_DLLPUBLIC SvxFontWorkDialog : public SfxDockingWindow DECL_LINK( SelectShadowHdl_Impl, ToolBox *, void ); DECL_LINK( ModifyInputHdl_Impl, Edit&, void ); - DECL_LINK( InputTimoutHdl_Impl, Timer *, void ); + DECL_LINK( InputTimeoutHdl_Impl, Timer *, void ); DECL_LINK( ColorSelectHdl_Impl, SvxColorListBox&, void ); |