diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-01-18 19:48:19 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-01-18 20:45:14 +0100 |
commit | 105546f7f11ccee50f8066bfb7c753fabb177fc8 (patch) | |
tree | 4515108e07c8498bbfb01edf4309b9b6dddf526c /sw/inc/pam.hxx | |
parent | 051e60ff36da9b1b7d0ee5268f74fcd34c4ef059 (diff) |
remove unused code
Diffstat (limited to 'sw/inc/pam.hxx')
-rw-r--r-- | sw/inc/pam.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/inc/pam.hxx b/sw/inc/pam.hxx index 456d8ff108d1..53d1486632ac 100644 --- a/sw/inc/pam.hxx +++ b/sw/inc/pam.hxx @@ -299,10 +299,6 @@ public: sal_Bool ContainsPosition(const SwPosition & rPos) { return *Start() <= rPos && rPos <= *End(); } - static sal_Bool Overlap(const SwPaM & a, const SwPaM & b); - - static sal_Bool LessThan(const SwPaM & a, const SwPaM & b); - DECL_FIXEDMEMPOOL_NEWDEL(SwPaM); String GetTxt() const; |