From fa7c7b160136e4b08bc1e1aef9017d4596ad6184 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 12 Jan 2016 15:40:44 +0200 Subject: loplugin:unusedmethods unused return value in include/sot Change-Id: I8da6d5f60b6c65ff0da8659045da1cd7666fb1d9 --- include/sot/storage.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sot/storage.hxx') diff --git a/include/sot/storage.hxx b/include/sot/storage.hxx index 3e431a34280b..326ef1e1a71e 100644 --- a/include/sot/storage.hxx +++ b/include/sot/storage.hxx @@ -53,7 +53,7 @@ public: virtual void SetSize( sal_uInt64 nNewSize ) override; sal_uInt32 GetSize() const; - bool CopyTo( SotStorageStream * pDestStm ); + void CopyTo( SotStorageStream * pDestStm ); bool Commit(); bool SetProperty( const OUString& rName, const css::uno::Any& rValue ); virtual sal_uInt64 remainingSize() override; -- cgit