diff options
Diffstat (limited to 'include/formula/formula.hxx')
-rw-r--r-- | include/formula/formula.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/formula/formula.hxx b/include/formula/formula.hxx index c6a237ac9d59..dd4586c29ab1 100644 --- a/include/formula/formula.hxx +++ b/include/formula/formula.hxx @@ -92,7 +92,6 @@ public: private: std::unique_ptr<FormulaDlg_Impl, o3tl::default_delete<FormulaDlg_Impl>> m_pImpl; - DECL_LINK( UpdateFocusHdl, Timer*, void ); protected: void disableOk(); |