[Libreoffice-commits] .: sc/qa
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Jan 14 13:08:00 PST 2013
sc/qa/unit/ucalc.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 25f5a30c85f960dfdfe918531f9c788fe307cb2f
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date: Mon Jan 14 16:08:39 2013 -0500
Keep this simple. No need to wrap literals with OUString any more.
Change-Id: Idedd6be54cf74efc69a48d39018011aba018973e
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index 2b66195..9e116c3 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -3658,8 +3658,8 @@ void Test::testPivotTableFieldReference()
void Test::testPivotTableDocFunc()
{
- m_pDoc->InsertTab(0, OUString("Data"));
- m_pDoc->InsertTab(1, OUString("Table"));
+ m_pDoc->InsertTab(0, "Data");
+ m_pDoc->InsertTab(1, "Table");
// Raw data
const char* aData[][2] = {
More information about the Libreoffice-commits
mailing list