diff options
author | Oliver Specht <os@openoffice.org> | 2001-05-08 07:58:18 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2001-05-08 07:58:18 +0000 |
commit | 8cb39a16754c0469aa5341a32a5cf4684bb43439 (patch) | |
tree | f6c91de655168448978dbbd793a6548e1e23b789 /sw/inc | |
parent | c33c67449bc85d5da1536fad3c173a1008b005e1 (diff) |
#84445# GetAnySection extended to support a position
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/editsh.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx index b89fa25b57ee..7ed727551424 100644 --- a/sw/inc/editsh.hxx +++ b/sw/inc/editsh.hxx @@ -2,9 +2,9 @@ * * $RCSfile: editsh.hxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: os $ $Date: 2001-05-02 12:31:45 $ + * last change: $Author: os $ $Date: 2001-05-08 08:57:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -799,7 +799,7 @@ public: // Fussnote steht, deren Referenz in einem spaltigen Bereich steckt. // Wenn man bOutOfTab setzt, wird der Bereich gesucht, // der die Tabelle umfasst, nicht etwa ein innerer. - const SwSection* GetAnySection( BOOL bOutOfTab = FALSE ) const; + const SwSection* GetAnySection( BOOL bOutOfTab = FALSE, const Point* pPt = 0 ) const; USHORT GetSectionFmtCount() const; USHORT GetSectionFmtPos( const SwSectionFmt& ) const; |