From f1503007a8daaa3dcd561248740d285804313d9d Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 2 Oct 2013 16:36:28 +0200 Subject: convert sc/inc/t*.hxx from String to OUString Change-Id: I23838bc08a625ebf438f0c6352a1bf86c728713b --- sc/source/core/data/table2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/source/core/data/table2.cxx') diff --git a/sc/source/core/data/table2.cxx b/sc/source/core/data/table2.cxx index 7bd7ac6b035b..24fc92be08a7 100644 --- a/sc/source/core/data/table2.cxx +++ b/sc/source/core/data/table2.cxx @@ -1431,7 +1431,7 @@ bool ScTable::TestCopyScenarioTo( const ScTable* pDestTab ) const return bOk; } -bool ScTable::SetString( SCCOL nCol, SCROW nRow, SCTAB nTabP, const String& rString, +bool ScTable::SetString( SCCOL nCol, SCROW nRow, SCTAB nTabP, const OUString& rString, ScSetStringParam* pParam ) { if (ValidColRow(nCol,nRow)) -- cgit v1.2.3