diff options
Diffstat (limited to 'sw/source/filter/xml/wrtxml.cxx')
-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 5141c060e3d9..4a5b826409d0 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.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jp $ $Date: 2000-11-20 09:18:37 $ + * last change: $Author: mib $ $Date: 2000-11-20 11:17:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -142,8 +142,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 ); @@ -177,11 +177,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.4 2000-11-20 09:18:37 jp Exp $ + $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/source/filter/xml/wrtxml.cxx,v 1.5 2000-11-20 11:17:53 mib Exp $ Source Code Control System - Update $Log: not supported by cvs2svn $ + Revision 1.4 2000/11/20 09:18:37 jp + must change: processfactory moved + Revision 1.3 2000/11/14 08:03:32 mib Adding of EditEngine- and Bullet-Font-Items temporarily removed |