Remove needless SAL_DLLPRIVATE annotations
Change-Id: I6b560474e38230a0c8b6ba3be0bbffe9e7dcae48
This commit is contained in:
@@ -51,7 +51,7 @@ namespace utl
|
|||||||
//==================================================================================================================
|
//==================================================================================================================
|
||||||
typedef ::cppu::WeakImplHelper1 < XCloseListener
|
typedef ::cppu::WeakImplHelper1 < XCloseListener
|
||||||
> CloseListener_Base;
|
> CloseListener_Base;
|
||||||
class SAL_DLLPRIVATE CloseListener_Impl : public CloseListener_Base
|
class CloseListener_Impl : public CloseListener_Base
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
CloseListener_Impl()
|
CloseListener_Impl()
|
||||||
@@ -103,7 +103,7 @@ namespace utl
|
|||||||
//==================================================================================================================
|
//==================================================================================================================
|
||||||
//= CloseVeto_Data
|
//= CloseVeto_Data
|
||||||
//==================================================================================================================
|
//==================================================================================================================
|
||||||
struct SAL_DLLPRIVATE CloseVeto_Data
|
struct CloseVeto_Data
|
||||||
{
|
{
|
||||||
Reference< XCloseable > xCloseable;
|
Reference< XCloseable > xCloseable;
|
||||||
::rtl::Reference< CloseListener_Impl > pListener;
|
::rtl::Reference< CloseListener_Impl > pListener;
|
||||||
|
Reference in New Issue
Block a user