Kaydet (Commit) 786153a0 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Build fix.

Change-Id: Ic95bfcfa618e5b4b964c69a01d01f7448943e69e
üst d980db9a
...@@ -3224,7 +3224,7 @@ void Test::testMoveBlock() ...@@ -3224,7 +3224,7 @@ void Test::testMoveBlock()
ScPostIt* pNoteA1 = m_pDoc->GetOrCreateNote(aAddrA1); ScPostIt* pNoteA1 = m_pDoc->GetOrCreateNote(aAddrA1);
pNoteA1->SetText(aAddrA1, aHelloA1); pNoteA1->SetText(aAddrA1, aHelloA1);
ScAddress aAddrB1 (1, 0, 0); ScAddress aAddrB1 (1, 0, 0);
String aHelloB1("Hello world in B1"); OUString aHelloB1("Hello world in B1");
ScPostIt* pNoteB1 = m_pDoc->GetOrCreateNote(aAddrB1); ScPostIt* pNoteB1 = m_pDoc->GetOrCreateNote(aAddrB1);
pNoteB1->SetText(aAddrB1, aHelloB1); pNoteB1->SetText(aAddrB1, aHelloB1);
ScAddress aAddrC1 (2, 0, 0); ScAddress aAddrC1 (2, 0, 0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment