From 644487a1152c7586a7f20c7f372572a71d8494d5 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 7 Oct 2015 16:28:27 +0200 Subject: loplugin:unusedmethods Change-Id: I161cd52606c11b6008f5d8b1d8ee391692f91861 Reviewed-on: https://gerrit.libreoffice.org/19231 Tested-by: Jenkins Reviewed-by: Noel Grandin --- svl/source/inc/strmadpt.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'svl/source/inc') diff --git a/svl/source/inc/strmadpt.hxx b/svl/source/inc/strmadpt.hxx index 0e6d122a04d9..c91d61cd06cc 100644 --- a/svl/source/inc/strmadpt.hxx +++ b/svl/source/inc/strmadpt.hxx @@ -54,8 +54,6 @@ public: virtual ErrCode FillAppend(const void * pBuffer, sal_uLong nCount, sal_uLong * pWritten) override; - - virtual void Terminate() override; }; #endif // INCLUDED_SVL_STRMADPT_HXX -- cgit