From 961b42ca1e88b96b468b46f7204ec5d3e86c4b6c Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 3 Feb 2014 14:55:56 +0100 Subject: [PATCH] Remove needless SAL_DLLPRIVATE annotations Change-Id: I6b560474e38230a0c8b6ba3be0bbffe9e7dcae48 --- unotools/source/misc/closeveto.cxx | 4 ++-- 1 file 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;