diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-03 15:24:09 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-07-06 11:45:28 +0000 |
commit | c4379aacbe9d5732dadf02c2d4306266e162ffc6 (patch) | |
tree | 089c27b6ba2ad77be7cafb277477035e130f7544 /sot/source/sdstor/stgcache.hxx | |
parent | 5aff134960b046a05f6255d10fd6d8ec72a3ff41 (diff) |
loplugin:unusedmethods sot
Change-Id: I14e8bb3e4e38ade1044ce1c50c9676a65152724c
Reviewed-on: https://gerrit.libreoffice.org/16733
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sot/source/sdstor/stgcache.hxx')
-rw-r--r-- | sot/source/sdstor/stgcache.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sot/source/sdstor/stgcache.hxx b/sot/source/sdstor/stgcache.hxx index bef0c76bd49b..64c3d9e86034 100644 --- a/sot/source/sdstor/stgcache.hxx +++ b/sot/source/sdstor/stgcache.hxx @@ -74,7 +74,6 @@ public: void SetStrm( UCBStorageStream* ); bool IsWritable() { return ( pStrm && pStrm->IsWritable() ); } bool Good() { return nError == SVSTREAM_OK; } - bool Bad() { return nError != SVSTREAM_OK; } sal_uLong GetError() { return nError; } void MoveError( StorageBase& ); void SetError( sal_uLong ); |