summaryrefslogtreecommitdiffstats
path: root/cppu
diff options
context:
space:
mode:
Diffstat (limited to 'cppu')
-rw-r--r--cppu/qa/test_reference.cxx2
1 files changed, 1 insertions, 1 deletions
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<Base1>::get(); }
};
struct Base2: public Base1 {