From b34f1f81d8e0af327d1c60fc300cbfc7a09fb389 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Mon, 16 Mar 2015 18:00:05 +0100 Subject: sw: fix build Change-Id: I0b16abb2ba6cbc24059e8409669b16a11588915b --- sw/source/core/frmedt/fecopy.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) { -- cgit