summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmlfmt.cxx
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2000-11-07 13:05:53 +0000
committerMichael Brauer <mib@openoffice.org>2000-11-07 13:05:53 +0000
commit94e5b59cf841026e48cb3b0a38df885914d969f2 (patch)
tree6a97c6e2b2547aeaba0b29179c246970af6b8d50 /sw/source/filter/xml/xmlfmt.cxx
parent938bb7fde8e6b02794d326f4d83926b39eb29105 (diff)
shape import/export, remoce core api code
Diffstat (limited to 'sw/source/filter/xml/xmlfmt.cxx')
-rw-r--r--sw/source/filter/xml/xmlfmt.cxx21
1 files changed, 11 insertions, 10 deletions
diff --git a/sw/source/filter/xml/xmlfmt.cxx b/sw/source/filter/xml/xmlfmt.cxx
index 596ed311df19..3bb0ad431612 100644
--- a/sw/source/filter/xml/xmlfmt.cxx
+++ b/sw/source/filter/xml/xmlfmt.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlfmt.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2000-10-24 14:38:20 $
+ * last change: $Author: mib $ $Date: 2000-11-07 14:05:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -159,9 +159,6 @@
#ifndef _XMLIMP_HXX
#include "xmlimp.hxx"
#endif
-#ifndef _XMLNUM_HXX
-#include "xmlnum.hxx"
-#endif
#ifndef _XMLTBLI_HXX
#include "xmltbli.hxx"
#endif
@@ -845,7 +842,8 @@ SvXMLStyleContext *SwXMLStylesContext_Impl::CreateStyleStyleChildContext(
rLocalName, xAttrList, nFamily );
break;
case XML_STYLE_FAMILY_SD_GRAPHICS_ID:
- // HACK until CL is back again
+ // As long as there are no element items, we can use the text
+ // style class.
pStyle = new XMLTextStyleContext( GetImport(), nPrefix,
rLocalName, xAttrList, *this );
break;
@@ -908,10 +906,10 @@ UniReference < SvXMLImportPropertyMapper > SwXMLStylesContext_Impl::GetImportPro
sal_uInt16 nFamily ) const
{
UniReference < SvXMLImportPropertyMapper > xMapper;
- if( XML_STYLE_FAMILY_SD_GRAPHICS_ID == nFamily )
- xMapper = ((SvXMLImport *)&GetImport())->GetTextImport()
- ->GetFrameImportPropertySetMapper();
- else
+// if( XML_STYLE_FAMILY_SD_GRAPHICS_ID == nFamily )
+// xMapper = ((SvXMLImport *)&GetImport())->GetTextImport()
+// ->GetFrameImportPropertySetMapper();
+// else
xMapper = SvXMLStylesContext::GetImportPropertyMapper( nFamily );
return xMapper;
@@ -1037,7 +1035,10 @@ void SwXMLImport::InsertStyles( sal_Bool bAuto )
sal_False );
if( bAuto && xAutoStyles.Is() )
+ {
GetTextImport()->SetAutoStyles( (SwXMLStylesContext_Impl *)&xAutoStyles );
+ GetShapeImport()->SetAutoStylesContext( (SwXMLStylesContext_Impl *)&xAutoStyles );
+ }
}
void SwXMLImport::FinishStyles()