Perhaps this will make the mac tinderbox happy?

Change-Id: Ife277a44abf53c137eb8b9a727a3549ad57662cb
This commit is contained in:
Kohei Yoshida
2014-02-06 16:14:29 -05:00
parent f3ad86efeb
commit 6f229d9fbe

View File

@@ -3614,7 +3614,8 @@ void Test::testCopyPasteSkipEmpty()
// Prepare a clipboard content interleaved with empty cells.
ScDocument aClipDoc(SCDOCMODE_CLIP);
aClipDoc.ResetClip(m_pDoc, &aMark);
aClipDoc.SetClipParam(ScClipParam(aSrcRange, false));
ScClipParam aParam(aSrcRange, false);
aClipDoc.SetClipParam(aParam);
aClipDoc.SetString(ScAddress(0,0,0), "Clip1");
aClipDoc.SetString(ScAddress(0,2,0), "Clip2");
aClipDoc.SetString(ScAddress(0,4,0), "Clip3");