summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmlscript.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-02-26 13:22:17 +0000
committerOliver Bolte <obo@openoffice.org>2008-02-26 13:22:17 +0000
commite53a1bfde88797df147941e1fb503d62deac26a4 (patch)
tree7c9b81c568df6eccdbb7b3c6f837d2368ef1e475 /sw/source/filter/xml/xmlscript.cxx
parent360d1da42c6039d33a1b469c92acfba99caa429e (diff)
INTEGRATION: CWS custommeta (1.7.76); FILE MERGED
2008/01/17 17:02:29 mst 1.7.76.1: - sw/source/filter/xml/{xmlimp.cxx,xmlscript.cxx}: + adapt to SwDoc interface change
Diffstat (limited to 'sw/source/filter/xml/xmlscript.cxx')
-rw-r--r--sw/source/filter/xml/xmlscript.cxx25
1 files changed, 3 insertions, 22 deletions
diff --git a/sw/source/filter/xml/xmlscript.cxx b/sw/source/filter/xml/xmlscript.cxx
index 88078611f9c6..c103cfd6aed9 100644
--- a/sw/source/filter/xml/xmlscript.cxx
+++ b/sw/source/filter/xml/xmlscript.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xmlscript.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2007-09-27 10:13:21 $
+ * last change: $Author: obo $ $Date: 2008-02-26 14:22:17 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -40,13 +40,6 @@
#include <hintids.hxx>
-#ifndef _COM_SUN_STAR_FRAME_XMODEL_HPP_
-#include <com/sun/star/frame/XModel.hpp>
-#endif
-#ifndef _COM_SUN_STAR_DOCUMENT_XDOCUMENTINFOSUPPLIER_HPP_
-#include <com/sun/star/document/XDocumentInfoSupplier.hpp>
-#endif
-
#ifndef _XMLOFF_XMLNMSPE_HXX
#include <xmloff/xmlnmspe.hxx>
#endif
@@ -55,17 +48,6 @@
#include <xmloff/xmlscripti.hxx>
#endif
-#ifndef _SVX_LANGITEM_HXX
-#include <svx/langitem.hxx>
-#endif
-
-#ifndef _SWDOCSH_HXX
-#include "docsh.hxx"
-#endif
-#ifndef _DOC_HXX //autogen wg. SwDoc
-#include <doc.hxx>
-#endif
-
#ifndef _XMLIMP_HXX
#include "xmlimp.hxx"
#endif
@@ -75,7 +57,6 @@
using namespace ::rtl;
using namespace ::com::sun::star;
-using namespace ::com::sun::star::uno;
// ---------------------------------------------------------------------
@@ -93,7 +74,7 @@ SvXMLImportContext *SwXMLImport::CreateScriptContext(
if( !pContext )
pContext = new SvXMLImportContext( *this, XML_NAMESPACE_OFFICE,
- rLocalName );
+ rLocalName );
return pContext;
}