diff options
Diffstat (limited to 'include/sfx2/sfxbasecontroller.hxx')
-rw-r--r-- | include/sfx2/sfxbasecontroller.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/sfxbasecontroller.hxx b/include/sfx2/sfxbasecontroller.hxx index c87f563380fb..af32849a9e9a 100644 --- a/include/sfx2/sfxbasecontroller.hxx +++ b/include/sfx2/sfxbasecontroller.hxx @@ -194,7 +194,7 @@ private: SAL_DLLPRIVATE SfxViewFrame& GetViewFrame_Impl() const; SAL_DLLPRIVATE void ShowInfoBars( ); - DECL_LINK_TYPED( CheckOutHandler, Button*, void ); + DECL_LINK( CheckOutHandler, Button*, void ); IMPL_SfxBaseController_DataContainer* m_pData ; |