summaryrefslogtreecommitdiff
path: root/svl/unx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-08-24 09:23:54 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-08-24 18:14:23 +0200
commitc7799d71899c121334855c3234a9492687803b59 (patch)
tree3eeb29d4c1eec9de938f61da5d61237c7827f503 /svl/unx
parent32e22584872f1888c49c976f91f41d5edabcb45c (diff)
loplugin:returnconstval in svl
Change-Id: I55371fde92204e6405e74fb8deecbaf14707a312 Reviewed-on: https://gerrit.libreoffice.org/78053 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svl/unx')
-rw-r--r--svl/unx/source/svdde/ddedummy.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svl/unx/source/svdde/ddedummy.cxx b/svl/unx/source/svdde/ddedummy.cxx
index 2e633f895722..613bfe4ab471 100644
--- a/svl/unx/source/svdde/ddedummy.cxx
+++ b/svl/unx/source/svdde/ddedummy.cxx
@@ -197,7 +197,7 @@ bool DdeTopic::Put( SAL_UNUSED_PARAMETER const DdeData* )
return false;
}
-const OUString DdeTopic::GetName() const
+OUString DdeTopic::GetName() const
{
return OUString();
}
@@ -244,7 +244,7 @@ void DdeService::RemoveTopic( SAL_UNUSED_PARAMETER const DdeTopic& )
{
}
-const OUString DdeService::GetName() const
+OUString DdeService::GetName() const
{
return OUString();
}