summaryrefslogtreecommitdiff
path: root/sw/inc/shellio.hxx
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2000-11-13 16:30:15 +0000
committerjp <jp@openoffice.org>2000-11-13 16:30:15 +0000
commitf8990bbfbb549c7567930dda1842a5f0cd5d6da3 (patch)
treedfb84c1e5357f865004e83a90d531bf434cfe92c /sw/inc/shellio.hxx
parent49cdab9ea5b894469083244250c842eae59c5d4a (diff)
new method PutCJKandCTLFontsInAttrPool
Diffstat (limited to 'sw/inc/shellio.hxx')
-rw-r--r--sw/inc/shellio.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/sw/inc/shellio.hxx b/sw/inc/shellio.hxx
index 1df0fadf20b1..1b6bcf35471b 100644
--- a/sw/inc/shellio.hxx
+++ b/sw/inc/shellio.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: shellio.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jp $ $Date: 2000-11-01 19:26:54 $
+ * last change: $Author: jp $ $Date: 2000-11-13 17:26:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -442,6 +442,7 @@ class Writer : public SvRefBase
SwAsciiOptions aAscOpts;
void _AddFontItem( SfxItemPool& rPool, const SvxFontItem& rFont );
+ void _AddFontItems( SfxItemPool& rPool, USHORT nWhichId );
protected:
Writer_Impl* pImpl;
@@ -454,7 +455,8 @@ protected:
BOOL CopyNextPam( SwPaM ** );
void PutNumFmtFontsInAttrPool();
- void PutEditEngFontsInAttrPool();
+ void PutEditEngFontsInAttrPool( BOOL bIncl_CJK_CTL = TRUE );
+ void PutCJKandCTLFontsInAttrPool();
virtual ULONG WriteStream() = 0;