summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/unmodpg.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-17 09:16:07 +0200
committerNoel Grandin <noel@peralex.com>2014-03-17 13:30:51 +0200
commitcc2700245d911c14114ce7346357b1a4d008cc06 (patch)
tree01cbc1d1796ac8bab2e844d6d8bb29d8932fac3b /sd/source/ui/view/unmodpg.cxx
parent769a6c20c4eb9e081cdc46dd638f67927fc7bc25 (diff)
sd: prefer passing OUString by reference
Change-Id: Ide21e1f51284fb2d4c7aaaa358417c6080b2fdde
Diffstat (limited to 'sd/source/ui/view/unmodpg.cxx')
-rw-r--r--sd/source/ui/view/unmodpg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/unmodpg.cxx b/sd/source/ui/view/unmodpg.cxx
index cc5a675dfc50..7775201c2c76 100644
--- a/sd/source/ui/view/unmodpg.cxx
+++ b/sd/source/ui/view/unmodpg.cxx
@@ -39,7 +39,7 @@ TYPEINIT1(ModifyPageUndoAction, SdUndoAction);
ModifyPageUndoAction::ModifyPageUndoAction(
SdDrawDocument* pTheDoc,
SdPage* pThePage,
- OUString aTheNewName,
+ const OUString& aTheNewName,
AutoLayout eTheNewAutoLayout,
sal_Bool bTheNewBckgrndVisible,
sal_Bool bTheNewBckgrndObjsVisible)