summaryrefslogtreecommitdiff
path: root/sw/inc/unotextrange.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/inc/unotextrange.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/inc/unotextrange.hxx')
-rw-r--r--sw/inc/unotextrange.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/unotextrange.hxx b/sw/inc/unotextrange.hxx
index 94d4996b4633..079296d2a441 100644
--- a/sw/inc/unotextrange.hxx
+++ b/sw/inc/unotextrange.hxx
@@ -130,7 +130,9 @@ private:
xParentText;
::sw::mark::IMark* pMark;
- void _CreateNewBookmark(SwPaM& rPam);
+ const ::sw::mark::IMark * GetBookmark() const
+ { return pMark; }
+ void SetPositions(SwPaM const& rPam);
//TODO: new exception type for protected content
void DeleteAndInsert(const String& rText, const bool bForceExpandHints)
throw (::com::sun::star::uno::RuntimeException);
@@ -153,8 +155,6 @@ public:
{ return pDoc; }
SwDoc* GetDoc()
{ return pDoc; }
- const ::sw::mark::IMark * GetBookmark() const
- { return pMark; }
static BOOL XTextRangeToSwPaM(SwUnoInternalPaM& rToFill,
const ::com::sun::star::uno::Reference<