diff options
Diffstat (limited to 'cui/source/inc/macropg.hxx')
-rw-r--r-- | cui/source/inc/macropg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/macropg.hxx b/cui/source/inc/macropg.hxx index c80f848ec759..8cb4e5466b19 100644 --- a/cui/source/inc/macropg.hxx +++ b/cui/source/inc/macropg.hxx @@ -58,7 +58,7 @@ class SvxMacroTabPage_ : public SfxTabPage DECL_LINK( AssignDeleteHdl_Impl, weld::Button&, void ); DECL_LINK( DoubleClickHdl_Impl, weld::TreeView&, void ); - static void GenericHandler_Impl( SvxMacroTabPage_* pThis, weld::Button* pBtn ); + static void GenericHandler_Impl( SvxMacroTabPage_* pThis, const weld::Button* pBtn ); css::uno::Reference< css::container::XNameReplace > m_xAppEvents; protected: |