summaryrefslogtreecommitdiffstats
path: root/sw/inc/pam.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-01-18 19:48:19 +0100
committerThomas Arnhold <thomas@arnhold.org>2012-01-18 20:45:14 +0100
commit105546f7f11ccee50f8066bfb7c753fabb177fc8 (patch)
tree4515108e07c8498bbfb01edf4309b9b6dddf526c /sw/inc/pam.hxx
parentbin some unused code (diff)
downloadcore-105546f7f11ccee50f8066bfb7c753fabb177fc8.tar.gz
core-105546f7f11ccee50f8066bfb7c753fabb177fc8.zip
remove unused code
Diffstat (limited to 'sw/inc/pam.hxx')
-rw-r--r--sw/inc/pam.hxx4
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;