summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/unometa.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2010-01-08 17:13:52 +0100
committerMichael Stahl <mst@openoffice.org>2010-01-08 17:13:52 +0100
commit220dc1e003f4a26a2d92b6c9bb2464a9b9d63b0e (patch)
treeefd80fb4622ba6e01bd704f7554465c809372403 /sw/source/core/inc/unometa.hxx
parent30bfe9b171379f987c470761acf6735a8b48fe67 (diff)
swunolocking1: #i105557#: SwXTextRange:
try to hide the implementation detail that SwXTextRange registers at a bookmark from its clients by using SwXTextRange::GetPositions().
Diffstat (limited to 'sw/source/core/inc/unometa.hxx')
-rwxr-xr-xsw/source/core/inc/unometa.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/sw/source/core/inc/unometa.hxx b/sw/source/core/inc/unometa.hxx
index 5568aa88b52e..39f81caa902a 100755
--- a/sw/source/core/inc/unometa.hxx
+++ b/sw/source/core/inc/unometa.hxx
@@ -52,7 +52,6 @@ typedef ::std::deque<
::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > >
TextRangeList_t;
-class SwXTextRange;
class SwPaM;
class SwTxtNode;
@@ -117,8 +116,7 @@ public:
::com::sun::star::uno::Reference< ::com::sun::star::text::XText >
GetParentText() const;
- bool CheckForOwnMemberMeta(const SwXTextRange* const pRange,
- const SwPaM* const pPam, bool bAbsorb)
+ bool CheckForOwnMemberMeta(const SwPaM & rPam, const bool bAbsorb)
throw (::com::sun::star::lang::IllegalArgumentException,
::com::sun::star::uno::RuntimeException);