From 98782932280d20ece450fa06a90c202fb8e2a26e Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 26 Jul 2017 11:14:10 +0200 Subject: loplugin:unusedmethods Change-Id: I7f26ee112ed89ee3e69c56930260565f66ff145b Reviewed-on: https://gerrit.libreoffice.org/40442 Tested-by: Jenkins Reviewed-by: Noel Grandin --- compilerplugins/clang/unusedmethods.unused-returns.results | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'compilerplugins/clang/unusedmethods.unused-returns.results') diff --git a/compilerplugins/clang/unusedmethods.unused-returns.results b/compilerplugins/clang/unusedmethods.unused-returns.results index 821a9991879b..33bc2828d8a3 100644 --- a/compilerplugins/clang/unusedmethods.unused-returns.results +++ b/compilerplugins/clang/unusedmethods.unused-returns.results @@ -30,7 +30,7 @@ chart2/source/view/main/OpenGLRender.hxx:121 int OpenGLRender::Create2DCircle(int) connectivity/source/drivers/evoab2/NResultSet.hxx:125 class com::sun::star::uno::Reference connectivity::evoab::OEvoabResultSet::operator*() -connectivity/source/drivers/evoab2/NResultSetMetaData.hxx:53 +connectivity/source/drivers/evoab2/NResultSetMetaData.hxx:51 class com::sun::star::uno::Reference connectivity::evoab::OEvoabResultSetMetaData::operator Reference() connectivity/source/inc/java/lang/Object.hxx:118 int connectivity::java_lang_Object::callIntMethodWithIntArg_ThrowRuntime(const char *,struct _jmethodID *&,int) const @@ -270,6 +270,8 @@ include/vcl/gdimtf.hxx:185 class SvStream & GDIMetaFile::Read(class SvStream &) include/vcl/graphicfilter.hxx:259 class ErrCode GraphicFilter::ExportGraphic(const class Graphic &,const class INetURLObject &,unsigned short,const class com::sun::star::uno::Sequence *) +include/vcl/menu.hxx:460 + unsigned short MenuBar::AddMenuBarButton(const class Image &,const class Link &,const class rtl::OUString &) lotuswordpro/source/filter/lwpsvstream.hxx:76 class LwpSvStream & LwpSvStream::ReadUInt8(unsigned char &) lotuswordpro/source/filter/lwpsvstream.hxx:77 -- cgit