summaryrefslogtreecommitdiff
path: root/framework/inc/xml/saxnamespacefilter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/xml/saxnamespacefilter.hxx')
-rw-r--r--framework/inc/xml/saxnamespacefilter.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/inc/xml/saxnamespacefilter.hxx b/framework/inc/xml/saxnamespacefilter.hxx
index 9f0a5bbf2646..777c23600a9d 100644
--- a/framework/inc/xml/saxnamespacefilter.hxx
+++ b/framework/inc/xml/saxnamespacefilter.hxx
@@ -39,6 +39,7 @@
#include <cppuhelper/implbase1.hxx>
#include <stack>
+#include <fwedllapi.h>
//_________________________________________________________________________________________________________________
// namespace
@@ -47,7 +48,7 @@
namespace framework
{
-class SaxNamespaceFilter : public ThreadHelpBase, // Struct for right initalization of mutex member! Must be first of baseclasses.
+class FWE_DLLPUBLIC SaxNamespaceFilter : public ThreadHelpBase, // Struct for right initalization of mutex member! Must be first of baseclasses.
public ::cppu::WeakImplHelper1< ::com::sun::star::xml::sax::XDocumentHandler >
{
public: