summaryrefslogtreecommitdiff
path: root/include
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 /include
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 'include')
-rw-r--r--include/svl/svdde.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svl/svdde.hxx b/include/svl/svdde.hxx
index 07b5bcfd9f73..10f6ec8f17a2 100644
--- a/include/svl/svdde.hxx
+++ b/include/svl/svdde.hxx
@@ -257,7 +257,7 @@ public:
DdeTopic( SAL_UNUSED_PARAMETER const OUString& );
virtual ~DdeTopic();
- const OUString GetName() const;
+ OUString GetName() const;
void NotifyClient( const OUString& );
bool IsSystemTopic();
@@ -302,7 +302,7 @@ public:
DdeService( const DdeService& ) = delete;
DdeService& operator= ( const DdeService& ) = delete;
- const OUString GetName() const;
+ OUString GetName() const;
short GetError() const { return nStatus; }
static DdeServices& GetServices();