diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-02-03 14:55:56 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-02-03 16:05:12 +0100 |
commit | 961b42ca1e88b96b468b46f7204ec5d3e86c4b6c (patch) | |
tree | 6874bad7fdc47e5b3820681f635ff5bc9479cf90 /unotools | |
parent | d2564a4a101cefa5cf1266729cf12e14d17ce497 (diff) |
Remove needless SAL_DLLPRIVATE annotations
Change-Id: I6b560474e38230a0c8b6ba3be0bbffe9e7dcae48
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/misc/closeveto.cxx | 4 |
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; |