From 52be38e5f921574ca77efa6e9e498f00c4245ea2 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 14 Aug 2006 14:26:17 +0000 Subject: INTEGRATION: CWS writercorehandoff (1.4.4); FILE MERGED 2006/04/05 08:49:38 tra 1.4.4.2: #i50348# 2005/11/11 07:54:39 fme 1.4.4.1: #i50348# make SwDoc accessible via interfaces --- sw/inc/lineinfo.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sw/inc/lineinfo.hxx') diff --git a/sw/inc/lineinfo.hxx b/sw/inc/lineinfo.hxx index ada2623bda92..46b0e0b7a4a9 100644 --- a/sw/inc/lineinfo.hxx +++ b/sw/inc/lineinfo.hxx @@ -4,9 +4,9 @@ * * $RCSfile: lineinfo.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 01:59:57 $ + * last change: $Author: hr $ $Date: 2006-08-14 15:26:17 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -46,7 +46,7 @@ #endif class SwCharFmt; -class SwDoc; +class IDocumentStylePoolAccess; enum LineNumberPosition { @@ -79,7 +79,7 @@ public: SwLineNumberInfo& operator=(const SwLineNumberInfo&); BOOL operator==( const SwLineNumberInfo& rInf ) const; - SwCharFmt *GetCharFmt(SwDoc &rDoc) const; + SwCharFmt *GetCharFmt( IDocumentStylePoolAccess& rIDSPA ) const; void SetCharFmt( SwCharFmt* ); const SvxNumberType &GetNumType() const { return aType; } -- cgit