summaryrefslogtreecommitdiff
path: root/include/svx/unoprov.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/unoprov.hxx')
-rw-r--r--include/svx/unoprov.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/unoprov.hxx b/include/svx/unoprov.hxx
index 90e830ee3ed5..b85685d128ec 100644
--- a/include/svx/unoprov.hxx
+++ b/include/svx/unoprov.hxx
@@ -80,7 +80,7 @@ public:
* SvxUnoPropertyMapProvider
*/
-class SVX_DLLPUBLIC SvxUnoPropertyMapProvider
+class SVXCORE_DLLPUBLIC SvxUnoPropertyMapProvider
{
SfxItemPropertyMapEntry const * aMapArr[SVXMAP_END];
std::unique_ptr<SvxItemPropertySet> aSetArr[SVXMAP_END];
@@ -113,7 +113,7 @@ namespace comphelper { class PropertySetInfo; }
class SvxPropertySetInfoPool
{
public:
- SVX_DLLPUBLIC static rtl::Reference<comphelper::PropertySetInfo> const & getOrCreate( sal_Int32 nServiceId ) throw();
+ SVXCORE_DLLPUBLIC static rtl::Reference<comphelper::PropertySetInfo> const & getOrCreate( sal_Int32 nServiceId ) throw();
private:
static rtl::Reference<comphelper::PropertySetInfo> mxInfos[SVXUNO_SERVICEID_LASTID+1];