summaryrefslogtreecommitdiff
path: root/sw/inc/pam.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/pam.hxx')
-rw-r--r--sw/inc/pam.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/pam.hxx b/sw/inc/pam.hxx
index f5840c0d1a4d..968d20c91f7d 100644
--- a/sw/inc/pam.hxx
+++ b/sw/inc/pam.hxx
@@ -185,13 +185,13 @@ public:
bool bSearchInNotes,
utl::TextSearch& rSText,
SwMoveFnCollection const & fnMove,
- const SwPaM *pPam =nullptr, bool bInReadOnly = false);
+ const SwPaM *pPam, bool bInReadOnly = false);
bool Find( const SwFormat& rFormat,
SwMoveFnCollection const & fnMove,
- const SwPaM *pPam =nullptr, bool bInReadOnly = false);
+ const SwPaM *pPam, bool bInReadOnly = false);
bool Find( const SfxPoolItem& rAttr, bool bValue,
SwMoveFnCollection const & fnMove,
- const SwPaM *pPam =nullptr, bool bInReadOnly = false );
+ const SwPaM *pPam, bool bInReadOnly = false );
bool Find( const SfxItemSet& rAttr, bool bNoColls,
SwMoveFnCollection const & fnMove,
const SwPaM *pPam, bool bInReadOnly, bool bMoveFirst );