diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-17 09:08:47 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-17 09:08:47 +0000 |
commit | a7f193146e2be48d3f7733b2525b668682377535 (patch) | |
tree | ba8969073dedb5ac9b70f023e6222ce88b05cabd /sw/inc/node.hxx | |
parent | cc63f3f550be4c8fe22cc8c6ff874812eefae20e (diff) |
INTEGRATION: CWS sw009 (1.4.130); FILE MERGED
2003/03/19 15:51:05 od 1.4.130.1: #106329# <SwNode::FindPageDesc(..)> - extend parameter list
Diffstat (limited to 'sw/inc/node.hxx')
-rw-r--r-- | sw/inc/node.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/inc/node.hxx b/sw/inc/node.hxx index 59898746437f..3e526d0bba1c 100644 --- a/sw/inc/node.hxx +++ b/sw/inc/node.hxx @@ -2,9 +2,9 @@ * * $RCSfile: node.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2002-08-23 14:22:12 $ + * last change: $Author: vg $ $Date: 2003-04-17 10:08:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -257,7 +257,8 @@ public: // suche den PageDesc, mit dem dieser Node formatiert ist. Wenn das // Layout vorhanden ist wird ueber das gesucht, ansonsten gibt es nur // die harte Tour ueber die Nodes nach vorne suchen!! - const SwPageDesc* FindPageDesc( BOOL bCalcLay ) const; + // OD 18.03.2003 #106326# + const SwPageDesc* FindPageDesc( BOOL bCalcLay, sal_uInt32* pPgDescNdIdx = 0 ) const; // falls der Node in einem Fly steht, dann wird das entsprechende Format // returnt |