summaryrefslogtreecommitdiff
path: root/writerfilter/source/filter/WriterFilter.hxx
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-06-20 20:38:45 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-06-20 20:38:45 +0200
commitff2f7926a5f818981e77869bf41a45e4fa56f521 (patch)
tree3bbccec1edbe9d8c90603e2f0eff921ff29b27a2 /writerfilter/source/filter/WriterFilter.hxx
parent68ef83dbd75b7f25466e007140aedb9ed3694e50 (diff)
gnumake4: switching gbuildization
* mostly switching to gnumake4/writerfilter10 gbuild implementation (thanks mst, hb)
Diffstat (limited to 'writerfilter/source/filter/WriterFilter.hxx')
-rw-r--r--writerfilter/source/filter/WriterFilter.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/source/filter/WriterFilter.hxx b/writerfilter/source/filter/WriterFilter.hxx
index a2b2fb7a4b5b..b883ca1e91d7 100644
--- a/writerfilter/source/filter/WriterFilter.hxx
+++ b/writerfilter/source/filter/WriterFilter.hxx
@@ -39,7 +39,7 @@
#include <WriterFilterDllApi.hxx>
/// Common DOC/DOCX filter, calls DocxExportFilter via UNO or does the DOC (currently unused) / DOCX import.
-class WRITERFILTER_WRITERFILTER_DLLPUBLIC WriterFilter : public cppu::WeakImplHelper5
+class WRITERFILTER_DLLPUBLIC WriterFilter : public cppu::WeakImplHelper5
<
com::sun::star::document::XFilter,
com::sun::star::document::XImporter,