summaryrefslogtreecommitdiff
path: root/xmloff/source/style/impastp4.cxx
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/impastp4.cxx
parentb2056f5c4c1aeb0186933f0de45c870062a3309f (diff)
#100000# '#if SUPD' conditions removed in preparation of SRC680.
Diffstat (limited to 'xmloff/source/style/impastp4.cxx')
-rw-r--r--xmloff/source/style/impastp4.cxx18
1 files changed, 4 insertions, 14 deletions
diff --git a/xmloff/source/style/impastp4.cxx b/xmloff/source/style/impastp4.cxx
index 94e66e1a523c..58b2f762f3da 100644
--- a/xmloff/source/style/impastp4.cxx
+++ b/xmloff/source/style/impastp4.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: impastp4.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 18:20:34 $
+ * 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
@@ -324,11 +324,9 @@ OUString SvXMLAutoStylePoolP_Impl::FindAndRemoveCached( sal_Int32 nFamily ) cons
void SvXMLAutoStylePoolP_Impl::exportXML(
sal_Int32 nFamily,
-#if SUPD < 650
const uno::Reference< ::com::sun::star::xml::sax::XDocumentHandler > & rHandler,
const SvXMLUnitConverter& rUnitConverter,
const SvXMLNamespaceMap& rNamespaceMap,
-#endif
const SvXMLAutoStylePoolP *pAntiImpl) const
{
sal_uInt32 nCount = 0;
@@ -424,16 +422,12 @@ void SvXMLAutoStylePoolP_Impl::exportXML(
sName = pFamily->maStrFamilyName;
pAntiImpl->exportStyleAttributes(
-#if SUPD < 650
GetExport().GetAttrList(),
-#endif
nFamily,
aExpStyles[i].mpProperties->GetProperties(),
*pFamily->mxMapper.get()
-#if SUPD < 650
, GetExport().GetMM100UnitConverter(),
GetExport().GetNamespaceMap()
-#endif
);
SvXMLElementExport aElem( GetExport(),
@@ -466,16 +460,12 @@ void SvXMLAutoStylePoolP_Impl::exportXML(
nStart, nEnd, XML_EXPORT_FLAG_IGN_WS );
pAntiImpl->exportStyleContent(
-#if SUPD < 650
GetExport().GetDocHandler(),
-#endif
nFamily,
aExpStyles[i].mpProperties->GetProperties(),
- *pFamily->mxMapper.get()
-#if SUPD < 650
- , GetExport().GetMM100UnitConverter(),
+ *pFamily->mxMapper.get(),
+ GetExport().GetMM100UnitConverter(),
GetExport().GetNamespaceMap()
-#endif
);
}
}