From 8d3586cfa867af7083c9ea6ae067962d6189008c Mon Sep 17 00:00:00 2001 From: jp Date: Thu, 16 Nov 2000 20:31:21 +0000 Subject: SwFmt2Lines moved to SVX and renamed --- sw/inc/txtatr.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sw/inc/txtatr.hxx') 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 ); }; -- cgit