Kaydet (Commit) 25f5a30c authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Keep this simple. No need to wrap literals with OUString any more.

Change-Id: Idedd6be54cf74efc69a48d39018011aba018973e
üst 230072a6
...@@ -3658,8 +3658,8 @@ void Test::testPivotTableFieldReference() ...@@ -3658,8 +3658,8 @@ void Test::testPivotTableFieldReference()
void Test::testPivotTableDocFunc() void Test::testPivotTableDocFunc()
{ {
m_pDoc->InsertTab(0, OUString("Data")); m_pDoc->InsertTab(0, "Data");
m_pDoc->InsertTab(1, OUString("Table")); m_pDoc->InsertTab(1, "Table");
// Raw data // Raw data
const char* aData[][2] = { const char* aData[][2] = {
......
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