diff options
-rw-r--r-- | include/tubes/collaboration.hxx | 4 | ||||
-rw-r--r-- | include/tubes/tubesdllapi.h | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/include/tubes/collaboration.hxx b/include/tubes/collaboration.hxx index 4f6866618af0..d07bc168e4da 100644 --- a/include/tubes/collaboration.hxx +++ b/include/tubes/collaboration.hxx @@ -40,8 +40,8 @@ public: /** Prepares document for collaboration and should call SetConference() */ virtual void StartCollaboration( TeleConference* pConference ) = 0; - TUBES_DLLPRIVATE sal_uInt64 GetId() const; - TUBES_DLLPRIVATE void Invite( TpContact* pContact ) const; + SAL_DLLPRIVATE sal_uInt64 GetId() const; + SAL_DLLPRIVATE void Invite( TpContact* pContact ) const; /** Application calls this to display contacts dialog from where can the collaboration start */ void DisplayContacts(); diff --git a/include/tubes/tubesdllapi.h b/include/tubes/tubesdllapi.h index 3687eba05540..1e9312740d78 100644 --- a/include/tubes/tubesdllapi.h +++ b/include/tubes/tubesdllapi.h @@ -9,7 +9,6 @@ #else #define TUBES_DLLPUBLIC SAL_DLLPUBLIC_IMPORT #endif -#define TUBES_DLLPRIVATE SAL_DLLPRIVATE #endif // INCLUDED_TUBES_TUBESDLLAPI_H |