diff options
Diffstat (limited to 'include/sfx2/lnkbase.hxx')
-rw-r--r-- | include/sfx2/lnkbase.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sfx2/lnkbase.hxx b/include/sfx2/lnkbase.hxx index a68bf499f638..d88e53da59d7 100644 --- a/include/sfx2/lnkbase.hxx +++ b/include/sfx2/lnkbase.hxx @@ -112,8 +112,11 @@ public: TYPEINFO(); virtual void Closed(); + +#if defined WNT SvBaseLink( const OUString& rNm, sal_uInt16 nObjectType, SvLinkSource* ); +#endif sal_uInt16 GetObjType() const { return nObjType; } |