summaryrefslogtreecommitdiff
path: root/sc/source/ui/undo
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-20 11:46:32 +0200
committerNoel Grandin <noel@peralex.com>2013-10-04 08:48:51 +0200
commit866b53623430275c491f7e33fb82812fd69ff2c4 (patch)
treeb23b516dcf678f504abe0b8ea83b28b8ae783f5a /sc/source/ui/undo
parentc9a116583279a13bdea343ff82c131d850bff010 (diff)
convert sc/.../undocell.hxx from String to OUString
Change-Id: Id2bc7e5ea39eef64030f36c12d2535d69b58df7c
Diffstat (limited to 'sc/source/ui/undo')
-rw-r--r--sc/source/ui/undo/undocell.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/undo/undocell.cxx b/sc/source/ui/undo/undocell.cxx
index 499ca5e31af7..8151d3f7cf05 100644
--- a/sc/source/ui/undo/undocell.cxx
+++ b/sc/source/ui/undo/undocell.cxx
@@ -647,8 +647,8 @@ bool ScUndoPrintZoom::CanRepeat(SfxRepeatTarget& rTarget) const
ScUndoThesaurus::ScUndoThesaurus( ScDocShell* pNewDocShell,
SCCOL nNewCol, SCROW nNewRow, SCTAB nNewTab,
- const String& rNewUndoStr, const EditTextObject* pUndoTObj,
- const String& rNewRedoStr, const EditTextObject* pRedoTObj) :
+ const OUString& rNewUndoStr, const EditTextObject* pUndoTObj,
+ const OUString& rNewRedoStr, const EditTextObject* pRedoTObj) :
ScSimpleUndo( pNewDocShell ),
nCol( nNewCol ),
nRow( nNewRow ),
@@ -698,7 +698,7 @@ void ScUndoThesaurus::SetChangeTrack( const ScCellValue& rOldCell )
nEndChangeAction = 0;
}
-void ScUndoThesaurus::DoChange( sal_Bool bUndo, const String& rStr,
+void ScUndoThesaurus::DoChange( sal_Bool bUndo, const OUString& rStr,
const EditTextObject* pTObj )
{
ScDocument* pDoc = pDocShell->GetDocument();