summaryrefslogtreecommitdiffstats
path: root/include/oox/ppt
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-17 08:58:59 +0200
committerNoel Grandin <noel@peralex.com>2014-03-17 09:00:08 +0200
commitc66229bfa4284758b787bf80ddd1b2e3795881df (patch)
tree322e0e4d0f6d3d575bd8ead750d9b0fffdc68594 /include/oox/ppt
parentsal,toolkit,unotools: prefer passing OUString by reference (diff)
downloadcore-c66229bfa4284758b787bf80ddd1b2e3795881df.tar.gz
core-c66229bfa4284758b787bf80ddd1b2e3795881df.zip
oox: prefer passing OUString by reference
Change-Id: Iace276878e7ae668bba5bb6e36af1e5d5d72d6cb
Diffstat (limited to 'include/oox/ppt')
-rw-r--r--include/oox/ppt/comments.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/ppt/comments.hxx b/include/oox/ppt/comments.hxx
index c32b8f6cc0d7..a44b7da29bac 100644
--- a/include/oox/ppt/comments.hxx
+++ b/include/oox/ppt/comments.hxx
@@ -57,7 +57,7 @@ class Comment
OUString text;
::com::sun::star::util::DateTime aDateTime;
- void setDateTime (OUString datetime);
+ void setDateTime (const OUString& datetime);
public:
void setAuthorId(const OUString& _aId)