summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2001-02-06 16:56:21 +0000
committerjp <jp@openoffice.org>2001-02-06 16:56:21 +0000
commitc36ba5a13c53f7d90075ddcf049d3b6a6f6d41aa (patch)
treec50696b3e8a3fe9ab2c47aed2547e509728d4cf9 /svx/inc
parent2da4875da534d95565a4990d30d2653b95866689 (diff)
Bug #81999#: replace GetWhichId with SetScriptAttr - for asian/complex char.attributes
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/svxrtf.hxx13
1 files changed, 8 insertions, 5 deletions
diff --git a/svx/inc/svxrtf.hxx b/svx/inc/svxrtf.hxx
index 9e2edb427265..526189058d01 100644
--- a/svx/inc/svxrtf.hxx
+++ b/svx/inc/svxrtf.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svxrtf.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jp $ $Date: 2000-11-10 11:34:57 $
+ * last change: $Author: jp $ $Date: 2001-02-06 17:56:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -372,8 +372,8 @@ protected:
// wird USHRT_MAX returnt, ansonsten die Anzahl der umgewandelten Ze.
xub_StrLen HexToBin( String& rToken );
- // got WhichId for latin/asian/complex character attributes
- USHORT GetAttrWhichID( USHORT eType, USHORT nSlotId );
+ // set latin/asian/complex character attributes
+ void SetScriptAttr( USHORT eType, SfxItemSet& rSet, SfxPoolItem& rItem );
public:
@@ -466,11 +466,14 @@ inline SfxItemSet& SvxRTFParser::GetAttrSet()
Source Code Control System - Header
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/svx/inc/svxrtf.hxx,v 1.2 2000-11-10 11:34:57 jp Exp $
+ $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/svx/inc/svxrtf.hxx,v 1.3 2001-02-06 17:56:21 jp Exp $
Source Code Control System - Update
$Log: not supported by cvs2svn $
+ Revision 1.2 2000/11/10 11:34:57 jp
+ new Tokens for the CJK-Version
+
Revision 1.1.1.1 2000/09/18 17:01:01 hr
initial import