summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2000-11-20 10:17:53 +0000
committerMichael Brauer <mib@openoffice.org>2000-11-20 10:17:53 +0000
commitb946815c41025c00b73464fedbdfa7ef91fc0367 (patch)
treed17152a4803a09840a0a9aad9fe2ebbff9509e0e
parent92425e3771f05fd68b2e5ea7661d57543b52be0d (diff)
Put edit engine's and numbering rules' fonts into the pool
-rw-r--r--sw/source/filter/xml/wrtxml.cxx13
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