cppu/source/uno/lbenv.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 0de40868b49b9fc387391e2cbca1c8e910ef3bd3 Author: Stephan Bergmann <sberg...@redhat.com> Date: Fri Apr 1 08:43:14 2016 +0200 loplugin:staticanonymous Change-Id: I1a96ef6bff7a99ab46f7c88722426cba48b46c81 diff --git a/cppu/source/uno/lbenv.cxx b/cppu/source/uno/lbenv.cxx index b0eb821..2281bc1 100644 --- a/cppu/source/uno/lbenv.cxx +++ b/cppu/source/uno/lbenv.cxx @@ -52,7 +52,7 @@ namespace { -inline static bool td_equals( typelib_InterfaceTypeDescription * pTD1, +inline bool td_equals( typelib_InterfaceTypeDescription * pTD1, typelib_InterfaceTypeDescription * pTD2 ) { return (pTD1 == pTD2 || @@ -830,7 +830,7 @@ namespace class theStaticOIdPart : public rtl::Static<makeOIdPart, theStaticOIdPart> {}; -inline static const OUString & unoenv_getStaticOIdPart() +inline const OUString & unoenv_getStaticOIdPart() { return theStaticOIdPart::get().getOIdPart(); } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits