diff options
author | Noel Grandin <noel@peralex.com> | 2015-03-27 08:44:52 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-03-27 10:51:08 +0200 |
commit | aa7a829e7df30a5356fca2bae0bb7eb51367f08d (patch) | |
tree | 26e994aa1f5635c63547198fcc4b07599b3d8a90 /codemaker/source | |
parent | 44790193a74923d42228277ed46723ba9e225136 (diff) |
loplugin:staticfunction
Change-Id: Id796b799f8e2fcc3eae98d43800c5e31fec27fef
Diffstat (limited to 'codemaker/source')
-rw-r--r-- | codemaker/source/cppumaker/cpputype.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/codemaker/source/cppumaker/cpputype.cxx b/codemaker/source/cppumaker/cpputype.cxx index 64ac18b809b8..d8e3ea7c6ef1 100644 --- a/codemaker/source/cppumaker/cpputype.cxx +++ b/codemaker/source/cppumaker/cpputype.cxx @@ -1046,7 +1046,7 @@ private: virtual sal_uInt32 checkInheritedMemberCount() const SAL_OVERRIDE { return BaseOffset(m_typeMgr, entity_).get(); } - void dumpExceptionSpecification( + static void dumpExceptionSpecification( FileStream & out, std::vector< OUString > const & exceptions, bool runtimeException); |