From 90d892664a6c49a8ae25a72ddccf54dba9d0e429 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 20 Jan 2016 16:36:19 +0200 Subject: loplugin: unused return values Change-Id: I4eb1f0c9245c04058fd5e47046f043f8840a79c7 Reviewed-on: https://gerrit.libreoffice.org/21628 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- sc/source/filter/inc/htmlexp.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/source/filter/inc/htmlexp.hxx') diff --git a/sc/source/filter/inc/htmlexp.hxx b/sc/source/filter/inc/htmlexp.hxx index c53c6e1cd0b5..5fc011e355e1 100644 --- a/sc/source/filter/inc/htmlexp.hxx +++ b/sc/source/filter/inc/htmlexp.hxx @@ -178,7 +178,7 @@ public: ScHTMLExport( SvStream&, const OUString&, ScDocument*, const ScRange&, bool bAll, const OUString& aStreamPath, const OUString& rFilterOptions ); virtual ~ScHTMLExport(); - sal_uLong Write(); + void Write(); const OUString& GetNonConvertibleChars() const { return aNonConvertibleChars; -- cgit