summaryrefslogtreecommitdiff
path: root/writerfilter/unocomponent/component.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/unocomponent/component.cxx')
-rw-r--r--writerfilter/unocomponent/component.cxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/writerfilter/unocomponent/component.cxx b/writerfilter/unocomponent/component.cxx
index 75f4dc377f9d..d715a70a9ae1 100644
--- a/writerfilter/unocomponent/component.cxx
+++ b/writerfilter/unocomponent/component.cxx
@@ -26,9 +26,14 @@
*
************************************************************************/
-#include <com/sun/star/lang/XSingleServiceFactory.hpp>
+#ifndef _CPPUHELPTER_FACTORY_
#include <cppuhelper/factory.hxx>
+#endif
+#include <com/sun/star/lang/XSingleServiceFactory.hpp>
+
+#ifndef _CPPUHELPER_IMPLEMENTATIONENTRY_
#include <cppuhelper/implementationentry.hxx>
+#endif
#include <debugservices/doctok/DocTokTestService.hxx>
#include <debugservices/doctok/DocTokAnalyzeService.hxx>
#include <debugservices/ooxml/OOXMLTestService.hxx>