From 6f135b0aa231a2543d73f94e39cb472e12ea47d5 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Wed, 4 Sep 2013 17:09:22 +0200 Subject: String to OUString And removed nearly all xub_StrLen in starmath. Some sal_uInt16 which were xub_StrLen before 9a0d753b84aed53083bed3ed460308b771f432a8 are also converted to sal_Int32 where applicable. Change-Id: I31d7794f4c7aa840545edff41a102b76bb39e042 Reviewed-on: https://gerrit.libreoffice.org/5817 Reviewed-by: Andrzej J.R. Hunt Tested-by: Andrzej J.R. Hunt --- starmath/qa/cppunit/test_starmath.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'starmath/qa/cppunit') diff --git a/starmath/qa/cppunit/test_starmath.cxx b/starmath/qa/cppunit/test_starmath.cxx index 566861828f6b..8ae2f6c689da 100644 --- a/starmath/qa/cppunit/test_starmath.cxx +++ b/starmath/qa/cppunit/test_starmath.cxx @@ -142,7 +142,7 @@ void Test::editMarker() void Test::editFailure() { - m_xDocShRef->SetText(String("color a b over {a/}")); + m_xDocShRef->SetText("color a b over {a/}"); const SmErrorDesc *pErrorDesc = m_xDocShRef->GetParser().NextError(); -- cgit