diff options
author | Noel Grandin <noel@peralex.com> | 2015-04-01 14:24:26 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-04-02 09:38:29 +0200 |
commit | 1a18cafecb06a76e872f5f1a9434160ea8ffd881 (patch) | |
tree | 192d5fc8c69eca2f8ead62b2678c37a4c6acd515 /stoc/source/invocation | |
parent | aa1b911b64641bbf29991af7c6f7798739aba667 (diff) |
loplugin:staticmethods
Change-Id: I3ae555fd9f0dc3c11ea301ee1cb2c799fbec820d
Diffstat (limited to 'stoc/source/invocation')
-rw-r--r-- | stoc/source/invocation/invocation.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stoc/source/invocation/invocation.cxx b/stoc/source/invocation/invocation.cxx index c08dff06cf31..5a29982b6cef 100644 --- a/stoc/source/invocation/invocation.cxx +++ b/stoc/source/invocation/invocation.cxx @@ -204,8 +204,8 @@ private: void getInfoSequenceImpl( Sequence< OUString >* pStringSeq, Sequence< InvocationInfo >* pInfoSeq ); void fillInfoForNameAccess( InvocationInfo& rInfo, const OUString& aName ); - void fillInfoForProperty( InvocationInfo& rInfo, const Property& rProp ); - void fillInfoForMethod( InvocationInfo& rInfo, const Reference< XIdlMethod > xMethod ); + static void fillInfoForProperty( InvocationInfo& rInfo, const Property& rProp ); + static void fillInfoForMethod( InvocationInfo& rInfo, const Reference< XIdlMethod > xMethod ); Reference<XTypeConverter> xTypeConverter; Reference<XIntrospection> xIntrospection; |