summaryrefslogtreecommitdiff
path: root/sw/inc/charatr.hxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-05-15 08:56:28 +0000
committerOliver Specht <os@openoffice.org>2001-05-15 08:56:28 +0000
commit7cf29280a11fbca53561dc924b5be72083486c8b (patch)
tree9f45aeed48a91cb26545fb4618b7f1c91e4c23fb /sw/inc/charatr.hxx
parent13bec800fd3a14c9d7eb77b3e539f87ffc159e71 (diff)
#86883# GetCJKFont added
Diffstat (limited to 'sw/inc/charatr.hxx')
-rw-r--r--sw/inc/charatr.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/inc/charatr.hxx b/sw/inc/charatr.hxx
index 3fb1e64ad6b3..14a228ce42b0 100644
--- a/sw/inc/charatr.hxx
+++ b/sw/inc/charatr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: charatr.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: jp $ $Date: 2001-03-05 13:50:48 $
+ * last change: $Author: os $ $Date: 2001-05-15 09:56:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -174,6 +174,8 @@ inline const SvxPropSizeItem &SwFmt::GetPropSize(BOOL bInP) const
{ return aSet.GetPropSize(bInP); }
inline const SvxFontItem &SwFmt::GetFont(BOOL bInP) const
{ return aSet.GetFont(bInP); }
+inline const SvxFontItem &SwFmt::GetCJKFont(BOOL bInP) const
+ { return aSet.GetCJKFont(bInP); }
inline const SvxColorItem &SwFmt::GetColor(BOOL bInP) const
{ return aSet.GetColor(bInP); }
inline const SvxCharSetColorItem &SwFmt::GetCharSetColor(BOOL bInP) const