summaryrefslogtreecommitdiff
path: root/writerfilter/unocomponent
diff options
context:
space:
mode:
authorHenning Brinkmann <hbrinkm@openoffice.org>2007-02-21 12:39:01 +0000
committerHenning Brinkmann <hbrinkm@openoffice.org>2007-02-21 12:39:01 +0000
commitc83690761a991717355ccd5f337bb9c9da01a817 (patch)
treea141a773a61033b7646c04a4e64420d5ef7a53c3 /writerfilter/unocomponent
parent601328e8a2b166383d35a40fc5f95675b82339dd (diff)
ooxml
Diffstat (limited to 'writerfilter/unocomponent')
-rw-r--r--writerfilter/unocomponent/component.cxx9
-rw-r--r--writerfilter/unocomponent/makefile.mk13
2 files changed, 15 insertions, 7 deletions
diff --git a/writerfilter/unocomponent/component.cxx b/writerfilter/unocomponent/component.cxx
index abbf79a3a873..633805426195 100644
--- a/writerfilter/unocomponent/component.cxx
+++ b/writerfilter/unocomponent/component.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: component.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hbrinkm $ $Date: 2006-11-01 09:14:37 $
+ * last change: $Author: hbrinkm $ $Date: 2007-02-21 13:36:51 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -81,6 +81,10 @@
#include <debugservices/doctok/DocTokAnalyzeService.hxx>
#endif
+#ifndef INCLUDED_OOXML_SCANNERTESTSERVICE_HXX
+#include <debugservices/ooxml/OOXMLTestService.hxx>
+#endif
+
using namespace com::sun::star;
@@ -97,6 +101,7 @@ static struct ::cppu::ImplementationEntry s_component_entries [] =
RTFSL_PARSER_COMPONENT_ENTRY, /* debugservices.rtfsl.RTFSLParser */
DOCTOK_SCANNERTESTSERVICE_COMPONENT_ENTRY, /* debugservices.doctok.ScannerTestService */
DOCTOK_ANALYZESERVICE_COMPONENT_ENTRY, /* debugservices.doctok.AnalyzeService */
+ OOXML_SCANNERTESTSERVICE_COMPONENT_ENTRY, /* debugservices.ooxml.ScannerTestService */
{ 0, 0, 0, 0, 0, 0 } // terminate with NULL
};
diff --git a/writerfilter/unocomponent/makefile.mk b/writerfilter/unocomponent/makefile.mk
index 410035178839..4af9e036783a 100644
--- a/writerfilter/unocomponent/makefile.mk
+++ b/writerfilter/unocomponent/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: hbrinkm $ $Date: 2006-11-01 09:30:31 $
+# last change: $Author: hbrinkm $ $Date: 2007-02-21 13:37:01 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -53,10 +53,11 @@ SHL1TARGET=$(TARGET)
ODIAPILIB=-lodiapi
RTFTOKLIB=-lrtftok
DOCTOKLIB=-ldoctok
+OOXMLLIB=-looxml
.ELIF "$(GUI)"=="WNT"
ODIAPILIB=$(LB)$/iodiapi.lib
RTFTOKLIB=$(LB)$/irtftok.lib
-DOCTOKLIB=$(LB)$/idoctok.lib
+OOXMLLIB=$(LB)$/iooxml.lib
.ENDIF
SHL1STDLIBS=$(SALLIB)\
@@ -66,14 +67,16 @@ SHL1STDLIBS=$(SALLIB)\
$(UCBHELPERLIB)\
$(ODIAPILIB) \
$(RTFTOKLIB) \
- $(DOCTOKLIB)
+ $(DOCTOKLIB) \
+ $(OOXMLLIB)
SHL1LIBS=\
$(SLB)$/debugservices_xxml.lib \
$(SLB)$/debugservices_rtftok.lib \
$(SLB)$/debugservices_odsl.lib \
$(SLB)$/debugservices_rtfsl.lib \
- $(SLB)$/debugservices_doctok.lib
+ $(SLB)$/debugservices_doctok.lib \
+ $(SLB)$/debugservices_ooxml.lib
SHL1IMPLIB=i$(SHL1TARGET)