summaryrefslogtreecommitdiff
path: root/framework/inc/classes/actiontriggerpropertyset.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/classes/actiontriggerpropertyset.hxx')
-rw-r--r--framework/inc/classes/actiontriggerpropertyset.hxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/framework/inc/classes/actiontriggerpropertyset.hxx b/framework/inc/classes/actiontriggerpropertyset.hxx
index be40992c8e5b..f1f730fd799c 100644
--- a/framework/inc/classes/actiontriggerpropertyset.hxx
+++ b/framework/inc/classes/actiontriggerpropertyset.hxx
@@ -44,22 +44,22 @@ class ActionTriggerPropertySet : private cppu::BaseMutex,
public ::cppu::OWeakObject
{
public:
- FWE_DLLPUBLIC ActionTriggerPropertySet();
- FWE_DLLPUBLIC virtual ~ActionTriggerPropertySet() override;
+ ActionTriggerPropertySet();
+ virtual ~ActionTriggerPropertySet() override;
// XInterface
- virtual FWE_DLLPUBLIC css::uno::Any SAL_CALL queryInterface( const css::uno::Type& aType ) override;
- virtual FWE_DLLPUBLIC void SAL_CALL acquire() throw () override;
- virtual FWE_DLLPUBLIC void SAL_CALL release() throw () override;
+ virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type& aType ) override;
+ virtual void SAL_CALL acquire() throw () override;
+ virtual void SAL_CALL release() throw () override;
// XServiceInfo
- virtual FWE_DLLPUBLIC OUString SAL_CALL getImplementationName( ) override;
- virtual FWE_DLLPUBLIC sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) override;
- virtual FWE_DLLPUBLIC css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames( ) override;
+ virtual OUString SAL_CALL getImplementationName( ) override;
+ virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) override;
+ virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames( ) override;
// XTypeProvider
- virtual FWE_DLLPUBLIC css::uno::Sequence< css::uno::Type > SAL_CALL getTypes( ) override;
- virtual FWE_DLLPUBLIC css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId( ) override;
+ virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes( ) override;
+ virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId( ) override;
private: