summaryrefslogtreecommitdiff
path: root/writerperfect/source
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-04-10 13:10:27 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-04-10 13:10:27 +0000
commit4e975a9f34a99a2da8c23454c6eade20b79d0af3 (patch)
treeb95a6ca04c178f9a26e233b47a9c1870bcd894ee /writerperfect/source
parent81bbd46f6b451cbce92419103ba8d6227aa47fe4 (diff)
INTEGRATION: CWS changefileheader (1.4.12); FILE MERGED
2008/04/01 16:06:57 thb 1.4.12.2: #i85898# Stripping all external header guards 2008/04/01 13:02:39 thb 1.4.12.1: #i85898# Stripping all external header guards
Diffstat (limited to 'writerperfect/source')
-rw-r--r--writerperfect/source/wpdimp/WordPerfectImportFilter.cxx17
1 files changed, 0 insertions, 17 deletions
diff --git a/writerperfect/source/wpdimp/WordPerfectImportFilter.cxx b/writerperfect/source/wpdimp/WordPerfectImportFilter.cxx
index 55632c5760bc..a6cdba08616c 100644
--- a/writerperfect/source/wpdimp/WordPerfectImportFilter.cxx
+++ b/writerperfect/source/wpdimp/WordPerfectImportFilter.cxx
@@ -28,30 +28,16 @@
* Corel Corporation or Corel Corporation Limited."
*/
-#ifndef _OSL_DIAGNOSE_H_
#include <osl/diagnose.h>
-#endif
#ifndef _RTL_TENCINFO_H_
#include <rtl/tencinfo.h>
#endif
-#ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
-#endif
-#ifndef _COM_SUN_STAR_IO_XINPUTSTREAM_HPP_
#include <com/sun/star/io/XInputStream.hpp>
-#endif
-#ifndef _COM_SUN_STAR_XML_SAX_XATTRIBUTELIST_HPP_
#include <com/sun/star/xml/sax/XAttributeList.hpp>
-#endif
-#ifndef _COM_SUN_STAR_XML_SAX_XDOCUMENTHANDLER_HPP_
#include <com/sun/star/xml/sax/XDocumentHandler.hpp>
-#endif
-#ifndef _COM_SUN_STAR_XML_SAX_INPUTSOURCE_HPP_
#include <com/sun/star/xml/sax/InputSource.hpp>
-#endif
-#ifndef _COM_SUN_STAR_XML_SAX_XPARSER_HPP_
#include <com/sun/star/xml/sax/XParser.hpp>
-#endif
#ifndef _COM_SUN_STAR_UCB_XCOMMANDENVIRONMENT_HPP
#include <com/sun/star/ucb/XCommandEnvironment.hpp>
@@ -63,10 +49,7 @@
#ifndef _XMLKYWD_HPP
#include <xmloff/xmlkywd.hxx>
#endif
-
-#ifndef _UCBHELPER_CONTENT_HXX
#include <ucbhelper/content.hxx>
-#endif
#include "filter/FilterInternal.hxx"
#include "filter/DocumentHandler.hxx"