summaryrefslogtreecommitdiff
path: root/include/svx/shapepropertynotifier.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/shapepropertynotifier.hxx')
-rw-r--r--include/svx/shapepropertynotifier.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/shapepropertynotifier.hxx b/include/svx/shapepropertynotifier.hxx
index 90fa7700a54a..bdef4e11e7b8 100644
--- a/include/svx/shapepropertynotifier.hxx
+++ b/include/svx/shapepropertynotifier.hxx
@@ -45,7 +45,7 @@ namespace svx
/** a provider for a property value
*/
- class SVX_DLLPUBLIC IPropertyValueProvider
+ class SVXCORE_DLLPUBLIC IPropertyValueProvider
{
public:
/** returns the name of the property which this provider is responsible for
@@ -66,7 +66,7 @@ namespace svx
This default implementation queries the object which it is constructed with for the XPropertySet interface,
and calls the getPropertyValue method.
*/
- class SVX_DLLPUBLIC PropertyValueProvider :public IPropertyValueProvider
+ class SVXCORE_DLLPUBLIC PropertyValueProvider :public IPropertyValueProvider
{
public:
PropertyValueProvider( ::cppu::OWeakObject& _rContext, const char* _pAsciiPropertyName )
@@ -97,7 +97,7 @@ namespace svx
The class is intended to be held as member of the class which does the property change broadcasting.
*/
- class SVX_DLLPUBLIC PropertyChangeNotifier
+ class SVXCORE_DLLPUBLIC PropertyChangeNotifier
{
public:
/** constructs a notifier instance