From 0dc38bdde056cf33a545d85f9e1211f06d579ff7 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 13 Mar 2014 09:34:37 +0200 Subject: sfx2,svl: prefer passing OUString and OString by reference Change-Id: I9833265f6e635a057cea2c4a945cc73809b1e2ef --- svl/source/undo/undo.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svl/source/undo') diff --git a/svl/source/undo/undo.cxx b/svl/source/undo/undo.cxx index 0f695ec7f5d3..e93f4adf5e39 100644 --- a/svl/source/undo/undo.cxx +++ b/svl/source/undo/undo.cxx @@ -1241,7 +1241,7 @@ OUString SfxListUndoAction::GetRepeatComment(SfxRepeatTarget &) const SfxListUndoAction::SfxListUndoAction ( const OUString &rComment, - const OUString rRepeatComment, + const OUString &rRepeatComment, sal_uInt16 Id, SfxUndoArray *pFather ) -- cgit