summaryrefslogtreecommitdiffstats
path: root/include/editeng/CustomPropertyField.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-12-28 09:58:11 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-12-28 12:15:10 +0100
commitb9183166214c0f461b6fefb34bbf4a57ea878bdf (patch)
tree0627d5f2c435c0e214c4c49f161f753eb5cce50d /include/editeng/CustomPropertyField.hxx
parentFirebird: use 32 bit (diff)
downloadcore-b9183166214c0f461b6fefb34bbf4a57ea878bdf.tar.gz
core-b9183166214c0f461b6fefb34bbf4a57ea878bdf.zip
loplugin:passstuffbyref improved return in editeng
Change-Id: I6aba5b79e588f28529052ddb30ad51807d73cfe5 Reviewed-on: https://gerrit.libreoffice.org/47120 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/editeng/CustomPropertyField.hxx')
-rw-r--r--include/editeng/CustomPropertyField.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/CustomPropertyField.hxx b/include/editeng/CustomPropertyField.hxx
index 30f082c5cfd4..2a06592b9c36 100644
--- a/include/editeng/CustomPropertyField.hxx
+++ b/include/editeng/CustomPropertyField.hxx
@@ -43,12 +43,12 @@ public:
OUString GetFormatted(css::uno::Reference<css::document::XDocumentProperties> const & xDocumentProperties);
- OUString GetName() const
+ OUString const & GetName() const
{
return msName;
}
- OUString GetCurrentPresentation() const
+ OUString const & GetCurrentPresentation() const
{
return msCurrentPresentation;
}