summaryrefslogtreecommitdiffstats
path: root/sw/inc/pam.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2008-11-19 11:50:04 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2008-11-19 11:50:04 +0000
commitf4e5153daa7859cc5a5aec44ee578bf81195ca93 (patch)
treebd6c871c72085987390a4686364a2a043f994e97 /sw/inc/pam.hxx
parentCWS-TOOLING: integrate CWS cmcfixes50 (diff)
downloadcore-f4e5153daa7859cc5a5aec44ee578bf81195ca93.tar.gz
core-f4e5153daa7859cc5a5aec44ee578bf81195ca93.zip
CWS-TOOLING: integrate CWS hb11
Diffstat (limited to 'sw/inc/pam.hxx')
-rw-r--r--sw/inc/pam.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sw/inc/pam.hxx b/sw/inc/pam.hxx
index 49b7dd96e7df..09f2931c2176 100644
--- a/sw/inc/pam.hxx
+++ b/sw/inc/pam.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: pam.hxx,v $
- * $Revision: 1.19 $
+ * $Revision: 1.19.172.1 $
*
* This file is part of OpenOffice.org.
*
@@ -251,6 +251,8 @@ public:
BOOL ContainsPosition(const SwPosition & rPos)
{ return *Start() <= rPos && rPos <= *End(); }
+ static BOOL Overlap(const SwPaM & a, const SwPaM & b);
+
DECL_FIXEDMEMPOOL_NEWDEL(SwPaM);
String GetTxt() const;