diff options
Diffstat (limited to 'sw/inc/pam.hxx')
-rw-r--r-- | sw/inc/pam.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/pam.hxx b/sw/inc/pam.hxx index 01d32fb21bd1..295aaf5d804b 100644 --- a/sw/inc/pam.hxx +++ b/sw/inc/pam.hxx @@ -282,7 +282,7 @@ public: @param bPointFirst true: If the point is behind the mark then swap. false: If the mark is behind the point then swap. */ - SwPaM & Normalize(bool bPointFirst = true); + void Normalize(bool bPointFirst = true); /// @return the document (SwDoc) at which the PaM is registered SwDoc* GetDoc() const { return m_pPoint->nNode.GetNode().GetDoc(); } |