sc/qa/unit/ucalc_sharedformula.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8afd1c66b552fb9605c9480206e394ec826630c4 Author: Kohei Yoshida <kohei.yosh...@gmail.com> Date: Wed Jul 10 00:52:48 2013 -0400 Fix build breakage. Change-Id: I99378e51b3ed2d84fa0116661d6aaba89de1688d diff --git a/sc/qa/unit/ucalc_sharedformula.cxx b/sc/qa/unit/ucalc_sharedformula.cxx index 2c49a16..7093985 100644 --- a/sc/qa/unit/ucalc_sharedformula.cxx +++ b/sc/qa/unit/ucalc_sharedformula.cxx @@ -271,7 +271,7 @@ void Test::testSharedFormulasCopyPaste() ScDocument* pUndoDoc = new ScDocument(SCDOCMODE_UNDO); pUndoDoc->InitUndo(m_pDoc, 0, 0, true, true); m_pDoc->CopyToDocument(aRange, IDF_CONTENTS, false, pUndoDoc); - boost::scoped_ptr<ScUndoPaste> pUndo(createUndoPaste(*m_xDocShRef, aRange, pUndoDoc)); + boost::scoped_ptr<ScUndoPaste> pUndo(createUndoPaste(getDocShell(), aRange, pUndoDoc)); // First, make sure the formula cells are shared in the undo document. aPos.SetCol(1); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits