From dd0dceb51122b4e8e969f848d9f046e91962d254 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 6 Dec 2017 08:59:44 +0200 Subject: loplugin:salcall handle static methods Change-Id: Id6820abec4b8ca8bee26d62b333fd30b42a14aec Reviewed-on: https://gerrit.libreoffice.org/46007 Tested-by: Jenkins Reviewed-by: Noel Grandin --- cppu/qa/test_reference.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cppu') diff --git a/cppu/qa/test_reference.cxx b/cppu/qa/test_reference.cxx index b0902525f209..d29fc8da87eb 100644 --- a/cppu/qa/test_reference.cxx +++ b/cppu/qa/test_reference.cxx @@ -89,7 +89,7 @@ private: struct Base1: public css::uno::XInterface { virtual ~Base1() = delete; - static ::css::uno::Type const & SAL_CALL static_type(void * = nullptr) // loplugin:refcounting + static ::css::uno::Type const & static_type(void * = nullptr) // loplugin:refcounting { return ::cppu::UnoType::get(); } }; struct Base2: public Base1 { -- cgit