summaryrefslogtreecommitdiff
path: root/include/oox/ppt/comments.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/ppt/comments.hxx')
-rw-r--r--include/oox/ppt/comments.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/oox/ppt/comments.hxx b/include/oox/ppt/comments.hxx
index 6766df27870c..a722ff3ae0a1 100644
--- a/include/oox/ppt/comments.hxx
+++ b/include/oox/ppt/comments.hxx
@@ -77,11 +77,11 @@ class Comment
{
text = _text;
}
- OUString get_text()
+ const OUString& get_text()
{
return text;
}
- css::util::DateTime getDateTime()
+ const css::util::DateTime& getDateTime()
{
return aDateTime;
}