diff options
Diffstat (limited to 'svx/source/editeng/editdoc.hxx')
-rw-r--r-- | svx/source/editeng/editdoc.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/editeng/editdoc.hxx b/svx/source/editeng/editdoc.hxx index 2819c6be28d6..da9bcf0d468d 100644 --- a/svx/source/editeng/editdoc.hxx +++ b/svx/source/editeng/editdoc.hxx @@ -2,9 +2,9 @@ * * $RCSfile: editdoc.hxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: mt $ $Date: 2001-11-12 13:06:40 $ + * last change: $Author: mt $ $Date: 2001-11-28 11:14:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -90,7 +90,7 @@ DBG_NAMEEX( EE_TextPortion ); #define CHARPOSGROW 16 #define DEFTAB 720 -void CreateFont( SvxFont& rFont, const SfxItemSet& rSet, BOOL bSearchInParent = TRUE ); +void CreateFont( SvxFont& rFont, const SfxItemSet& rSet, BOOL bSearchInParent = TRUE, short nScriptType = 0 ); USHORT GetScriptItemId( USHORT nItemId, short nScriptType ); BOOL IsScriptItemValid( USHORT nItemId, short nScriptType ); |