From 5a5dbb31d559fb8d3cf9831863bea1f215a34f3d Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 9 Feb 2016 18:30:54 +0100 Subject: Use rtl::Reference instead of HardCppRef Change-Id: I089b5caca5e05726105f78aeb00db1869d0a17f4 --- compilerplugins/clang/refcounting.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'compilerplugins') diff --git a/compilerplugins/clang/refcounting.cxx b/compilerplugins/clang/refcounting.cxx index 7681a6e52496..61854e47b981 100644 --- a/compilerplugins/clang/refcounting.cxx +++ b/compilerplugins/clang/refcounting.cxx @@ -110,7 +110,6 @@ static std::vector PROBABLY_GOOD_TEMPLATES = { "com::sun::star::uno::Reference", "com::sun::star::uno::WeakReference", "com::sun::star::uno::Sequence", - "accessibility::HardCppRef", "accessibility::WeakCppRef", "dba::OAutoRegistration", "dba::OSingletonRegistration", -- cgit