diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-02-03 13:13:38 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-02-03 16:05:09 +0100 |
commit | a0008fd7c32b9bd5c3b00f262ef0718cde608be2 (patch) | |
tree | 03c9e5f9dcc95f8a826e50c98f8f787ec2a7ec99 /cppu/source/helper | |
parent | a61f3161a48225c4c9987b11239d76d2b0f98006 (diff) |
Remove needless SAL_DLLPRIVATE annotations
Change-Id: Iafaf65e5b25f5d9e00e1dc73db280f6605ad1de5
Diffstat (limited to 'cppu/source/helper')
-rw-r--r-- | cppu/source/helper/purpenv/Proxy.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cppu/source/helper/purpenv/Proxy.hxx b/cppu/source/helper/purpenv/Proxy.hxx index 6e00b8caca77..f8f53d6d15dc 100644 --- a/cppu/source/helper/purpenv/Proxy.hxx +++ b/cppu/source/helper/purpenv/Proxy.hxx @@ -32,7 +32,7 @@ namespace cssu = com::sun::star::uno; -class SAL_DLLPRIVATE Proxy : public uno_Interface +class Proxy : public uno_Interface { oslInterlockedCount m_nRef; @@ -76,7 +76,7 @@ public: }; -extern "C" SAL_DLLPRIVATE void SAL_CALL Proxy_free(uno_ExtEnvironment * pEnv, void * pProxy) SAL_THROW_EXTERN_C(); +extern "C" void SAL_CALL Proxy_free(uno_ExtEnvironment * pEnv, void * pProxy) SAL_THROW_EXTERN_C(); #endif |