diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-10-22 12:52:51 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-10-23 10:44:35 -0400 |
commit | 786153a048e773fa094429708023c7ffc76221e3 (patch) | |
tree | ada1a79fbb80637eddde938dae8b1fc7a05c244a /sc | |
parent | d980db9a974b4153f48bd2ae0b82500e46de5239 (diff) |
Build fix.
Change-Id: Ic95bfcfa618e5b4b964c69a01d01f7448943e69e
Diffstat (limited to 'sc')
-rw-r--r-- | sc/qa/unit/ucalc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx index b361152b7b37..8e5557304efd 100644 --- a/sc/qa/unit/ucalc.cxx +++ b/sc/qa/unit/ucalc.cxx @@ -3224,7 +3224,7 @@ void Test::testMoveBlock() ScPostIt* pNoteA1 = m_pDoc->GetOrCreateNote(aAddrA1); pNoteA1->SetText(aAddrA1, aHelloA1); ScAddress aAddrB1 (1, 0, 0); - String aHelloB1("Hello world in B1"); + OUString aHelloB1("Hello world in B1"); ScPostIt* pNoteB1 = m_pDoc->GetOrCreateNote(aAddrB1); pNoteB1->SetText(aAddrB1, aHelloB1); ScAddress aAddrC1 (2, 0, 0); |