diff options
Diffstat (limited to 'include/sfx2/lnkbase.hxx')
-rw-r--r-- | include/sfx2/lnkbase.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/lnkbase.hxx b/include/sfx2/lnkbase.hxx index 38b1ef57dfe2..cf108319758f 100644 --- a/include/sfx2/lnkbase.hxx +++ b/include/sfx2/lnkbase.hxx @@ -89,7 +89,7 @@ private: bool bWasLastEditOK : 1; bool m_bIsConnect : 1; - DECL_LINK( EndEditHdl, const OUString&, void ); + DECL_DLLPRIVATE_LINK( EndEditHdl, const OUString&, void ); bool ExecuteEdit( const OUString& _rNewName ); |