diff options
author | jp <jp@openoffice.org> | 2000-11-02 16:28:47 +0000 |
---|---|---|
committer | jp <jp@openoffice.org> | 2000-11-02 16:28:47 +0000 |
commit | 0f010dcc7e4c7c2055905bc9412b6c49b867555d (patch) | |
tree | 5ff1c6903e166f36ff41cd3ebd842ee35aa4f7c3 /sw/inc/txatbase.hxx | |
parent | 085226135b0f2224b83816fbded9ae9f5c838c23 (diff) |
TwoLines as char and not as text attribute
Diffstat (limited to 'sw/inc/txatbase.hxx')
-rw-r--r-- | sw/inc/txatbase.hxx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sw/inc/txatbase.hxx b/sw/inc/txatbase.hxx index c9b3a9aa3b60..a0e49922786f 100644 --- a/sw/inc/txatbase.hxx +++ b/sw/inc/txatbase.hxx @@ -2,9 +2,9 @@ * * $RCSfile: txatbase.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: jp $ $Date: 2000-10-30 12:49:30 $ + * last change: $Author: jp $ $Date: 2000-11-02 17:26:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -416,7 +416,7 @@ inline const SwFmtRuby& SwTxtAttr::GetRuby() const } inline const SwFmt2Lines& SwTxtAttr::Get2Lines() const { - ASSERT( pAttr && pAttr->Which() == RES_TXTATR_TWO_LINES, + ASSERT( pAttr && pAttr->Which() == RES_CHRATR_TWO_LINES, "Falsche Abfrage" ); return (const SwFmt2Lines&)*pAttr; } @@ -430,6 +430,9 @@ inline const SvxEmphasisMarkItem& SwTxtAttr::GetEmphasisMark() const /************************************************************************* $Log: not supported by cvs2svn $ + Revision 1.3 2000/10/30 12:49:30 jp + new: EmphasisItem + Revision 1.2 2000/10/23 11:58:55 jp new attributes Ruby and 2Lines |