diff options
author | Noel Grandin <noel@peralex.com> | 2013-10-04 13:59:10 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-10-08 10:03:06 +0200 |
commit | 9ea4388a71328c0034ab7fc02bb6c13af9b3048d (patch) | |
tree | 3839f79a60c19ecbb5f222265edcc26c1c1af079 /sc/inc/column.hxx | |
parent | 16f2ba06d95e8c31d5d27a1de704dbaf9b659733 (diff) |
convert sc/inc/column.hxx from String to OUString
Change-Id: I81b0dbf35960c9da72d9c34dd49f527d50ce00b9
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r-- | sc/inc/column.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index 2f4d6973205c..e4fe323b93f2 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -141,7 +141,7 @@ friend class sc::EditTextIterator; bool ParseString( ScCellValue& rCell, - SCROW nRow, SCTAB nTab, const String& rString, formula::FormulaGrammar::AddressConvention eConv, + SCROW nRow, SCTAB nTab, const OUString& rString, formula::FormulaGrammar::AddressConvention eConv, ScSetStringParam* pParam ); public: @@ -260,7 +260,7 @@ public: bool HasEditCells(SCROW nStartRow, SCROW nEndRow, SCROW& rFirst); bool SetString( - SCROW nRow, SCTAB nTab, const String& rString, formula::FormulaGrammar::AddressConvention eConv, + SCROW nRow, SCTAB nTab, const OUString& rString, formula::FormulaGrammar::AddressConvention eConv, ScSetStringParam* pParam = NULL ); void SetEditText( SCROW nRow, EditTextObject* pEditText ); |