diff options
author | jp <jp@openoffice.org> | 2001-02-21 11:30:50 +0000 |
---|---|---|
committer | jp <jp@openoffice.org> | 2001-02-21 11:30:50 +0000 |
commit | abaa7d97e696dc9e5d9cfe3c1ea1ae615433ac05 (patch) | |
tree | 27d74d32c2302d04c58d088981f5221b6b1da93e /sw/inc | |
parent | 199b49e0058268280baee5b56f739aefdc8c7b08 (diff) |
new: Which mapping for ScriptType
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/hintids.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/inc/hintids.hxx b/sw/inc/hintids.hxx index 915f9c9e77ae..4fa2a7767cca 100644 --- a/sw/inc/hintids.hxx +++ b/sw/inc/hintids.hxx @@ -2,9 +2,9 @@ * * $RCSfile: hintids.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: jp $ $Date: 2001-02-15 20:10:39 $ + * last change: $Author: jp $ $Date: 2001-02-21 12:30:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -395,6 +395,8 @@ inline const SfxPoolItem* GetDfltAttr( USHORT nWhich ) } #endif +USHORT GetWhichOfScript( USHORT nWhich, USHORT nScript ); + // return for the given TextAttribut without an end the correct character. // This function returns // CH_TXTATR_BREAKWORD for Textattribut which breaks a word (default) |