From a53808c0ed577468393aced90963af6496706959 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 13 Sep 2016 22:24:00 +0200 Subject: loplugin:dllprivate Change-Id: I1fe70a39c50aba8b84c117653185fc37dbbfeab0 --- basic/inc/sbprop.hxx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'basic/inc/sbprop.hxx') diff --git a/basic/inc/sbprop.hxx b/basic/inc/sbprop.hxx index 236a34e671f9..f1f7352e9c70 100644 --- a/basic/inc/sbprop.hxx +++ b/basic/inc/sbprop.hxx @@ -22,17 +22,16 @@ #include #include -#include class SbModule; -class BASIC_DLLPUBLIC SbProperty : public SbxProperty +class SbProperty : public SbxProperty { friend class SbiFactory; friend class SbModule; friend class SbProcedureProperty; SbModule* pMod; - BASIC_DLLPRIVATE SbProperty( const OUString&, SbxDataType, SbModule* ); + SbProperty( const OUString&, SbxDataType, SbModule* ); virtual ~SbProperty() override; public: SBX_DECL_PERSIST_NODATA(SBXID_BASICPROP,1); @@ -41,7 +40,7 @@ public: typedef tools::SvRef SbPropertyRef; -class BASIC_DLLPUBLIC SbProcedureProperty : public SbxProperty +class SbProcedureProperty : public SbxProperty { bool mbSet; // Flag for set command -- cgit