[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.3' - sw/source
Miklos Vajna
vmiklos at collabora.co.uk
Mon Mar 16 10:34:54 PDT 2015
sw/source/core/frmedt/fecopy.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1c5245fd3b254a789df6051dd717b51cd9b4b7a1
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Mon Mar 16 18:33:39 2015 +0100
sw: fix build
Change-Id: I9a6209e02c2609c7594763ba01e84f0e598b4873
diff --git a/sw/source/core/frmedt/fecopy.cxx b/sw/source/core/frmedt/fecopy.cxx
index b9c6f8f..9a3a59b 100644
--- a/sw/source/core/frmedt/fecopy.cxx
+++ b/sw/source/core/frmedt/fecopy.cxx
@@ -816,7 +816,7 @@ bool SwFEShell::Paste( SwDoc* pClpDoc, 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())
{
More information about the Libreoffice-commits
mailing list