summaryrefslogtreecommitdiff
path: root/include/sot/storage.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-01-12 15:40:44 +0200
committerNoel Grandin <noel@peralex.com>2016-01-13 08:44:45 +0200
commitfa7c7b160136e4b08bc1e1aef9017d4596ad6184 (patch)
treeec123062f175d9322d76c6b7311cc71c8e290e6a /include/sot/storage.hxx
parent38c23520d40749ff21b6b1ed5f5c0375d40fe1fc (diff)
loplugin:unusedmethods unused return value in include/sot
Change-Id: I8da6d5f60b6c65ff0da8659045da1cd7666fb1d9
Diffstat (limited to 'include/sot/storage.hxx')
-rw-r--r--include/sot/storage.hxx2
1 files changed, 1 insertions, 1 deletions
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;