summaryrefslogtreecommitdiff
path: root/include/editeng/CustomPropertyField.hxx
diff options
context:
space:
mode:
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;
}