diff options
author | Michael Brauer <mib@openoffice.org> | 2000-11-14 07:03:32 +0000 |
---|---|---|
committer | Michael Brauer <mib@openoffice.org> | 2000-11-14 07:03:32 +0000 |
commit | f3434b6fba96d285daa80b8e7e4d2bec1d90a34f (patch) | |
tree | b62510d7392d5e4d27d0564a13c381194a4e27ea /sw | |
parent | 681b31e1044739f9088000838b26cad078eb5601 (diff) |
Adding of EditEngine- and Bullet-Font-Items temporarily removed
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/xml/wrtxml.cxx | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/sw/source/filter/xml/wrtxml.cxx b/sw/source/filter/xml/wrtxml.cxx index eaf5ebc6ade9..d76e5b30bda5 100644 --- a/sw/source/filter/xml/wrtxml.cxx +++ b/sw/source/filter/xml/wrtxml.cxx @@ -2,9 +2,9 @@ * * $RCSfile: wrtxml.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: mib $ $Date: 2000-11-13 08:44:24 $ + * last change: $Author: mib $ $Date: 2000-11-14 08:03:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -143,8 +143,8 @@ sal_uInt32 SwXMLWriter::Write( SwPaM& rPaM, SfxMedium& rMed, return ERR_SWG_WRITE_ERROR; pDoc = rPaM.GetDoc(); - PutNumFmtFontsInAttrPool(); - PutEditEngFontsInAttrPool(); +// PutNumFmtFontsInAttrPool(); +// PutEditEngFontsInAttrPool(); Reference< io::XOutputStream > xOut = rMed.GetDataSink(); Reference< io::XActiveDataSource > xSrc( xWriter, UNO_QUERY ); @@ -178,11 +178,14 @@ void GetXMLWriter( const String&, WriterRef& xRet ) Source Code Control System - Header - $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/source/filter/xml/wrtxml.cxx,v 1.2 2000-11-13 08:44:24 mib Exp $ + $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/source/filter/xml/wrtxml.cxx,v 1.3 2000-11-14 08:03:32 mib Exp $ Source Code Control System - Update $Log: not supported by cvs2svn $ + Revision 1.2 2000/11/13 08:44:24 mib + font declarations and asian/complex font properties + Revision 1.1.1.1 2000/09/18 17:14:59 hr initial import |