[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.2' - sw/source

Miklos Vajna vmiklos at collabora.co.uk
Mon Mar 16 10:01:19 PDT 2015


 sw/source/core/frmedt/fecopy.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b34f1f81d8e0af327d1c60fc300cbfc7a09fb389
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Mon Mar 16 18:00:05 2015 +0100

    sw: fix build
    
    Change-Id: I0b16abb2ba6cbc24059e8409669b16a11588915b

diff --git a/sw/source/core/frmedt/fecopy.cxx b/sw/source/core/frmedt/fecopy.cxx
index 5bac3ab..d9c27dc 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())
         {


More information about the Libreoffice-commits mailing list