summaryrefslogtreecommitdiff
path: root/sw/inc/swdll.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/swdll.hxx')
-rw-r--r--sw/inc/swdll.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/inc/swdll.hxx b/sw/inc/swdll.hxx
index 6f4bde8ff3c9..154f67062b8d 100644
--- a/sw/inc/swdll.hxx
+++ b/sw/inc/swdll.hxx
@@ -30,7 +30,6 @@
#include <sfx2/sfxdefs.hxx>
#include <sfx2/module.hxx>
-#include "swdllapi.h"
namespace sw { class Filters; }
@@ -41,7 +40,7 @@ namespace sw { class Filters; }
*/
namespace SwGlobals
{
- SW_DLLPUBLIC void ensure();
+ void ensure();
sw::Filters & getFilters();
}