summaryrefslogtreecommitdiff
path: root/sw/inc/charatr.hxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-06-11 07:39:16 +0000
committerOliver Specht <os@openoffice.org>2002-06-11 07:39:16 +0000
commit4cc1143b9f6544dcbd5cac8d2c2c904f2faf5066 (patch)
tree8625e9ea3ba44daaf8962ba3af99ce7a023216e5 /sw/inc/charatr.hxx
parent0a2f15ee11f18125762bc9cee39d64d15209b691 (diff)
#99515# tab page Basic Fonts(CTL) 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 14a228ce42b0..27b359e199c8 100644
--- a/sw/inc/charatr.hxx
+++ b/sw/inc/charatr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: charatr.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: os $ $Date: 2001-05-15 09:56:28 $
+ * last change: $Author: os $ $Date: 2002-06-11 08:36:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -176,6 +176,8 @@ 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 SvxFontItem &SwFmt::GetCTLFont(BOOL bInP) const
+ { return aSet.GetCTLFont(bInP); }
inline const SvxColorItem &SwFmt::GetColor(BOOL bInP) const
{ return aSet.GetColor(bInP); }
inline const SvxCharSetColorItem &SwFmt::GetCharSetColor(BOOL bInP) const