summaryrefslogtreecommitdiffstats
path: root/chart2
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-09-03 18:29:30 +0200
committerCaolán McNamara <caolanm@redhat.com>2013-09-04 09:57:11 +0000
commit9a0d753b84aed53083bed3ed460308b771f432a8 (patch)
treec4c27c8f8eb8c1a08df3f6e87e230918a1784eb1 /chart2
parentReplace XROW_GETXXX macro with template (diff)
downloadcore-9a0d753b84aed53083bed3ed460308b771f432a8.tar.gz
core-9a0d753b84aed53083bed3ed460308b771f432a8.zip
String to OUString
Change-Id: I8c51db8fce8c5eea1ac7bd5751aa7f3212ef1166 Reviewed-on: https://gerrit.libreoffice.org/5790 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/controller/main/ChartController_TextEdit.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/main/ChartController_TextEdit.cxx b/chart2/source/controller/main/ChartController_TextEdit.cxx
index b64c65c53da3..0dcef66ce70f 100644
--- a/chart2/source/controller/main/ChartController_TextEdit.cxx
+++ b/chart2/source/controller/main/ChartController_TextEdit.cxx
@@ -192,7 +192,7 @@ void SAL_CALL ChartController::executeDispatch_InsertSpecialCharacter()
// delete current selection by inserting empty String, so current
// attributes become unique (sel. has to be erased anyway)
- pOutlinerView->InsertText(String());
+ pOutlinerView->InsertText(OUString());
pOutlinerView->InsertText(aString, true);