diff options
Diffstat (limited to 'sw/inc/pam.hxx')
-rw-r--r-- | sw/inc/pam.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/pam.hxx b/sw/inc/pam.hxx index 495d2b86cc..30a0cde842 100644 --- a/sw/inc/pam.hxx +++ b/sw/inc/pam.hxx @@ -256,6 +256,8 @@ public: { return *Start() <= rPos && rPos <= *End(); } static BOOL Overlap(const SwPaM & a, const SwPaM & b); + + static BOOL LessThan(const SwPaM & a, const SwPaM & b); DECL_FIXEDMEMPOOL_NEWDEL(SwPaM); |