summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unotbl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/unocore/unotbl.cxx')
-rw-r--r--sw/source/core/unocore/unotbl.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/core/unocore/unotbl.cxx b/sw/source/core/unocore/unotbl.cxx
index 27064efb4d4a..8a2fbbeffe6c 100644
--- a/sw/source/core/unocore/unotbl.cxx
+++ b/sw/source/core/unocore/unotbl.cxx
@@ -460,13 +460,13 @@ String lcl_GetCellName( sal_Int32 nColumn, sal_Int32 nRow )
#if OSL_DEBUG_LEVEL > 0
{
sal_Int32 nCol, nRow2;
- lcl_GetCellPosition( String::CreateFromAscii("z1"), nCol, nRow2);
+ lcl_GetCellPosition( rtl::OUString("z1"), nCol, nRow2);
OSL_ENSURE( nCol == 51, "lcl_GetCellPosition failed" );
- lcl_GetCellPosition( String::CreateFromAscii("AA1"), nCol, nRow2);
+ lcl_GetCellPosition( rtl::OUString("AA1"), nCol, nRow2);
OSL_ENSURE( nCol == 52, "lcl_GetCellPosition failed" );
- lcl_GetCellPosition( String::CreateFromAscii("AB1"), nCol, nRow2);
+ lcl_GetCellPosition( rtl::OUString("AB1"), nCol, nRow2);
OSL_ENSURE( nCol == 53, "lcl_GetCellPosition failed" );
- lcl_GetCellPosition( String::CreateFromAscii("BB1"), nCol, nRow2);
+ lcl_GetCellPosition( rtl::OUString("BB1"), nCol, nRow2);
OSL_ENSURE( nCol == 105, "lcl_GetCellPosition failed" );
}
#endif