summaryrefslogtreecommitdiff
path: root/sc/inc/scdll.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/scdll.hxx')
-rw-r--r--sc/inc/scdll.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/inc/scdll.hxx b/sc/inc/scdll.hxx
index 1ed8c69597e9..e446ea6f658f 100644
--- a/sc/inc/scdll.hxx
+++ b/sc/inc/scdll.hxx
@@ -39,7 +39,6 @@ class SfxFilter;
#include <sfx2/sfxdefs.hxx>
#include <sfx2/module.hxx>
#include <sfx2/docfac.hxx>
-#include "scdllapi.h"
/**
* This class is a wrapper for a Load-On-Demand-DLL. One instance per
@@ -48,7 +47,7 @@ class SfxFilter;
*
* Remember: Do export this class! It is used by the application.
*/
-class SC_DLLPUBLIC ScDLL
+class ScDLL
{
public:
// Ctor/Dtor must be linked to the application