summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-03-16 18:00:05 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-03-16 18:00:05 +0100
commitb34f1f81d8e0af327d1c60fc300cbfc7a09fb389 (patch)
tree90c3ff11eb7ffe05f1fe665fd3322b0e1c758202
parent5da802443023e0a43cb6979b0fd82bc5b76311d8 (diff)
sw: fix buildcp-4.2-28
Change-Id: I0b16abb2ba6cbc24059e8409669b16a11588915b
-rw-r--r--sw/source/core/frmedt/fecopy.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/frmedt/fecopy.cxx b/sw/source/core/frmedt/fecopy.cxx
index 5bac3ab96286..d9c27dcc1bfc 100644
--- a/sw/source/core/frmedt/fecopy.cxx
+++ b/sw/source/core/frmedt/fecopy.cxx
@@ -827,7 +827,7 @@ sal_Bool SwFEShell::Paste( SwDoc* pClpDoc, sal_Bool bIncludingPageFrames )
0 != ( pDestNd = GetDoc()->IsIdxInTbl( PCURCRSR->GetPoint()->nNode )) &&
// are we at the beginning of the cell? (if not, we will insert a nested table)
// first paragraph of the cell?
- PCURCRSR->GetNode().GetIndex() == PCURCRSR->GetNode().FindTableBoxStartNode()->GetIndex()+1 &&
+ PCURCRSR->GetNode()->GetIndex() == PCURCRSR->GetNode()->FindTableBoxStartNode()->GetIndex()+1 &&
// beginning of the paragraph?
!PCURCRSR->GetPoint()->nContent.GetIndex())
{