diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-03-18 14:53:12 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-03-18 14:53:12 +0000 |
commit | 796dc2140cde1976ba424581249aa5284d1c8fb8 (patch) | |
tree | b6c6ae60fc6d74ddd00fa6313bdd99e8388846a7 /sw/inc/pam.hxx | |
parent | f27ecb975a7b72937eac77f51f620f4b16987baf (diff) |
INTEGRATION: CWS sw8u10bf05 (1.17.138); FILE MERGED
2008/01/11 08:03:28 ama 1.17.138.1: Fix #b6640846#: Don't skip empty paragraphs
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; } |