diff options
Diffstat (limited to 'sw/inc/pam.hxx')
-rw-r--r-- | sw/inc/pam.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/inc/pam.hxx b/sw/inc/pam.hxx index d63056f49009..31d54b2da822 100644 --- a/sw/inc/pam.hxx +++ b/sw/inc/pam.hxx @@ -4,9 +4,9 @@ * * $RCSfile: pam.hxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: hr $ $Date: 2007-09-27 08:07:57 $ + * last change: $Author: vg $ $Date: 2008-03-18 15:53:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -192,9 +192,9 @@ public: BOOL Find( const SfxPoolItem& rAttr, BOOL bValue = TRUE, SwMoveFn fnMove = fnMoveForward, const SwPaM *pPam =0, BOOL bInReadOnly = FALSE ); - BOOL Find( const SfxItemSet& rAttr, BOOL bNoColls = FALSE, - SwMoveFn fnMove = fnMoveForward, - const SwPaM *pPam =0, BOOL bInReadOnly = FALSE ); + BOOL Find( const SfxItemSet& rAttr, BOOL bNoColls, + SwMoveFn fnMove, + const SwPaM *pPam, BOOL bInReadOnly, BOOL bMoveFirst ); inline BOOL IsInFrontOfLabel() const { return bIsInFrontOfLabel; } |