summaryrefslogtreecommitdiff
path: root/sw/inc/lineinfo.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 14:26:17 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 14:26:17 +0000
commit52be38e5f921574ca77efa6e9e498f00c4245ea2 (patch)
treec27b0c6648fc1f6c5672ae2aa0eb5ed22a79b08e /sw/inc/lineinfo.hxx
parent3eceb1a33494f2f63339896e4f91d08e75be3c45 (diff)
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
Diffstat (limited to 'sw/inc/lineinfo.hxx')
-rw-r--r--sw/inc/lineinfo.hxx8
1 files changed, 4 insertions, 4 deletions
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; }