summaryrefslogtreecommitdiff
path: root/include/svx/extedit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/extedit.hxx')
-rw-r--r--include/svx/extedit.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/extedit.hxx b/include/svx/extedit.hxx
index f5994a96de80..0168068f66c8 100644
--- a/include/svx/extedit.hxx
+++ b/include/svx/extedit.hxx
@@ -19,7 +19,7 @@ class Graphic;
class GraphicObject;
class FileChangedChecker;
-class SAL_WARN_UNUSED SVX_DLLPUBLIC ExternalToolEdit
+class SAL_WARN_UNUSED SVXCORE_DLLPUBLIC ExternalToolEdit
{
protected:
OUString m_aFileName;
@@ -42,7 +42,7 @@ public:
class FmFormView;
class SdrObject;
-class SAL_WARN_UNUSED SVX_DLLPUBLIC SdrExternalToolEdit final
+class SAL_WARN_UNUSED SVXCORE_DLLPUBLIC SdrExternalToolEdit final
: public ExternalToolEdit
,public SfxListener
{