summaryrefslogtreecommitdiff
path: root/xmloff/source/style/impastpl.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-08-07 11:30:06 +0000
committerRüdiger Timm <rt@openoffice.org>2003-08-07 11:30:06 +0000
commit993a713b56700d6c5205604bc81dbae2093c016d (patch)
tree51b7e72fd9daaa829d80e1c632afe4865a1cde44 /xmloff/source/style/impastpl.hxx
parentb2056f5c4c1aeb0186933f0de45c870062a3309f (diff)
#100000# '#if SUPD' conditions removed in preparation of SRC680.
Diffstat (limited to 'xmloff/source/style/impastpl.hxx')
-rw-r--r--xmloff/source/style/impastpl.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/xmloff/source/style/impastpl.hxx b/xmloff/source/style/impastpl.hxx
index 3e376a6489b4..14a6736526dd 100644
--- a/xmloff/source/style/impastpl.hxx
+++ b/xmloff/source/style/impastpl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: impastpl.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: dvo $ $Date: 2001-10-25 20:57:03 $
+ * last change: $Author: rt $ $Date: 2003-08-07 12:30:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,14 +78,12 @@
#ifndef _COM_SUN_STAR_UNO_REFERENCE_H_
#include <com/sun/star/uno/Reference.h>
#endif
-#if SUPD < 650
#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
-#endif
#ifndef _XMLOFF_PROPMAPPINGTYPES_HXX
#include <maptype.hxx>
@@ -252,11 +250,9 @@ public:
::rtl::OUString FindAndRemoveCached( sal_Int32 nFamily ) const;
void exportXML( sal_Int32 nFamily,
-#if SUPD < 650
const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XDocumentHandler > & rHandler,
const SvXMLUnitConverter& rUnitConverter,
const SvXMLNamespaceMap& rNamespaceMap,
-#endif
const SvXMLAutoStylePoolP *pAntiImpl) const;
void ClearEntries();