diff options
author | jp <jp@openoffice.org> | 2000-11-16 20:31:21 +0000 |
---|---|---|
committer | jp <jp@openoffice.org> | 2000-11-16 20:31:21 +0000 |
commit | 8d3586cfa867af7083c9ea6ae067962d6189008c (patch) | |
tree | b1ee1806ac7acef2a560f71fd2eaec1c0dd0f932 /sw/inc/txtatr.hxx | |
parent | f722b84591e67396f9606178c0d0d14ccf32ba37 (diff) |
SwFmt2Lines moved to SVX and renamed
Diffstat (limited to 'sw/inc/txtatr.hxx')
-rw-r--r-- | sw/inc/txtatr.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/txtatr.hxx b/sw/inc/txtatr.hxx index 3e3d8015bf00..846d1ca9a63d 100644 --- a/sw/inc/txtatr.hxx +++ b/sw/inc/txtatr.hxx @@ -2,9 +2,9 @@ * * $RCSfile: txtatr.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jp $ $Date: 2000-10-30 12:49:30 $ + * last change: $Author: jp $ $Date: 2000-11-16 21:29:02 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -90,7 +90,7 @@ class SwCharSetCol; class SwImplPrev; class SwFmtRuby; class SwCharFmt; -class SwFmt2Lines; +class SvxTwoLinesItem; // ATT_FONT *********************************************************** @@ -458,7 +458,7 @@ public: class SwTxt2Lines : public SwTxtAttrEnd { public: - SwTxt2Lines( const SwFmt2Lines& rAttr, + SwTxt2Lines( const SvxTwoLinesItem& rAttr, xub_StrLen nStart, xub_StrLen nEnd ); }; |