summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-02-26 09:45:32 +0000
committerOliver Bolte <obo@openoffice.org>2008-02-26 09:45:32 +0000
commit9974d0368508c96016fd92bb0acb9e75cf60bc8b (patch)
treeb0ff878c4121286603686dbdad0c37f65be91d91 /sw/source/filter/ww8/ww8par.cxx
parent89dfff50a9af223879481819c2dcf1290296df69 (diff)
INTEGRATION: CWS swcrossref01_DEV300 (1.181.2); FILE MERGED
2008/02/01 08:14:00 od 1.181.2.4: RESYNC: (1.185-1.186); FILE MERGED 2007/12/03 09:24:28 od 1.181.2.3: RESYNC: (1.182-1.185); FILE MERGED 2007/10/01 14:07:29 od 1.181.2.2: RESYNC: (1.181-1.182); FILE MERGED 2007/09/28 10:24:03 od 1.181.2.1: #i81002# adjustments due to refactoring of class <SwBookmark>
Diffstat (limited to 'sw/source/filter/ww8/ww8par.cxx')
-rw-r--r--sw/source/filter/ww8/ww8par.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx
index 33f9c732f4e2..a34969b3c60d 100644
--- a/sw/source/filter/ww8/ww8par.cxx
+++ b/sw/source/filter/ww8/ww8par.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ww8par.cxx,v $
*
- * $Revision: 1.187 $
+ * $Revision: 1.188 $
*
- * last change: $Author: rt $ $Date: 2008-02-19 13:51:56 $
+ * last change: $Author: obo $ $Date: 2008-02-26 10:45:32 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1301,7 +1301,7 @@ void SwWW8FltRefStack::SetAttrInDoc(const SwPosition& rTmpPos,
{
SwBookmark& rBkMrk = pDoc->getBookmark( nBkmNo, false );
- const SwPosition& rBkMrkPos = rBkMrk.GetPos();
+ const SwPosition& rBkMrkPos = rBkMrk.GetBookmarkPos();
SwTxtNode* pTxt = rBkMrkPos.nNode.GetNode().GetTxtNode();
if( pTxt && rBkMrkPos.nContent.GetIndex() )