summaryrefslogtreecommitdiff
path: root/framework/inc/xml/saxnamespacefilter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/xml/saxnamespacefilter.hxx')
-rwxr-xr-x[-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 af04ec8e1544..11f8a5b4d333 100644..100755
--- a/framework/inc/xml/saxnamespacefilter.hxx
+++ b/framework/inc/xml/saxnamespacefilter.hxx
@@ -37,6 +37,7 @@
#include <cppuhelper/implbase1.hxx>
#include <stack>
+#include <framework/fwedllapi.h>
//_________________________________________________________________________________________________________________
// namespace
@@ -45,7 +46,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: