summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-02-03 14:55:56 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-02-03 16:05:12 +0100
commit961b42ca1e88b96b468b46f7204ec5d3e86c4b6c (patch)
tree6874bad7fdc47e5b3820681f635ff5bc9479cf90 /unotools
parentd2564a4a101cefa5cf1266729cf12e14d17ce497 (diff)
Remove needless SAL_DLLPRIVATE annotations
Change-Id: I6b560474e38230a0c8b6ba3be0bbffe9e7dcae48
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/misc/closeveto.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unotools/source/misc/closeveto.cxx b/unotools/source/misc/closeveto.cxx
index e361f4a234a0..24a084d96145 100644
--- a/unotools/source/misc/closeveto.cxx
+++ b/unotools/source/misc/closeveto.cxx
@@ -51,7 +51,7 @@ namespace utl
//==================================================================================================================
typedef ::cppu::WeakImplHelper1 < XCloseListener
> CloseListener_Base;
- class SAL_DLLPRIVATE CloseListener_Impl : public CloseListener_Base
+ class CloseListener_Impl : public CloseListener_Base
{
public:
CloseListener_Impl()
@@ -103,7 +103,7 @@ namespace utl
//==================================================================================================================
//= CloseVeto_Data
//==================================================================================================================
- struct SAL_DLLPRIVATE CloseVeto_Data
+ struct CloseVeto_Data
{
Reference< XCloseable > xCloseable;
::rtl::Reference< CloseListener_Impl > pListener;