From 1b26a4eb4ba99cb4a47da83c4e6419f2065f9d17 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 11 Jan 2016 08:38:51 +0200 Subject: loplugin:unusedmethods unused return value in basctl Change-Id: I23590020acbb9a6760edd755affa121a572aaea5 --- basctl/source/inc/scriptdocument.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basctl/source/inc/scriptdocument.hxx') diff --git a/basctl/source/inc/scriptdocument.hxx b/basctl/source/inc/scriptdocument.hxx index 815c78b80195..60cadce8fab9 100644 --- a/basctl/source/inc/scriptdocument.hxx +++ b/basctl/source/inc/scriptdocument.hxx @@ -457,7 +457,7 @@ namespace basctl @precond isApplication returns */ - bool saveDocument( + void saveDocument( const css::uno::Reference< css::task::XStatusIndicator >& _rxStatusIndicator ) const; -- cgit