summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2000-11-20 08:32:32 +0000
committerjp <jp@openoffice.org>2000-11-20 08:32:32 +0000
commita3e67f323d6e1ba82bc189031f5f89c4ea5e09aa (patch)
tree1cf1c1594cf7df186ea7058c2461df87879382a6 /sw/inc
parentf093974a14c25281b9dac56873b70ade251994f2 (diff)
return unicode char instead of char
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/numrule.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/numrule.hxx b/sw/inc/numrule.hxx
index cd0ba88d165c..9e2f9689b945 100644
--- a/sw/inc/numrule.hxx
+++ b/sw/inc/numrule.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: numrule.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:27 $
+ * last change: $Author: jp $ $Date: 2000-11-20 09:32:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -267,7 +267,7 @@ public:
String MakeNumString( const SwNodeNum&, BOOL bInclStrings = TRUE,
BOOL bOnlyArabic = FALSE ) const;
- inline unsigned char GetBulletChar( const SwNodeNum& ) const;
+ inline sal_Unicode GetBulletChar( const SwNodeNum& ) const;
inline const Font* GetBulletFont( const SwNodeNum& ) const;
static inline const Font& GetDefBulletFont();
@@ -391,7 +391,7 @@ inline USHORT SwNumRule::GetBullIndent( BYTE nLvl )
return aDefNumIndents[ nLvl ];
}
-inline unsigned char SwNumRule::GetBulletChar( const SwNodeNum& rNum ) const
+inline sal_Unicode SwNumRule::GetBulletChar( const SwNodeNum& rNum ) const
{
return Get( rNum.GetLevel() & ~NO_NUMLEVEL ).GetBulletChar();
}