summaryrefslogtreecommitdiff
path: root/vcl/workben/svpclient.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-04-23 16:06:31 +0200
committerNoel Grandin <noel@peralex.com>2015-05-05 09:30:39 +0200
commitb2b85c2b3920fdd92b8d3bf32af1cac5679e116e (patch)
tree0ecf7184ea242f2e3accf6672662107a09d1ebc2 /vcl/workben/svpclient.cxx
parentd3b5038cbbe4adf642b3906da111a9f0d2c918a7 (diff)
loplugin:staticmethods
Change-Id: Idfd6368eba8e638cf9e6adf998b19ccd1f5e876c
Diffstat (limited to 'vcl/workben/svpclient.cxx')
-rw-r--r--vcl/workben/svpclient.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/workben/svpclient.cxx b/vcl/workben/svpclient.cxx
index 50f388f5d2d8..8f3f4d4c6596 100644
--- a/vcl/workben/svpclient.cxx
+++ b/vcl/workben/svpclient.cxx
@@ -112,7 +112,7 @@ public:
virtual void dispose() SAL_OVERRIDE;
void parseList( const OString& rList );
- OString processCommand( const OString& rCommand );
+ static OString processCommand( const OString& rCommand );
DECL_LINK( ListHdl, Button* );
DECL_LINK( SelectHdl, ListBox* );