summaryrefslogtreecommitdiff
path: root/store/source/storlckb.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/storlckb.hxx')
-rw-r--r--store/source/storlckb.hxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/store/source/storlckb.hxx b/store/source/storlckb.hxx
index 184f14ccca03..c49993a55b8b 100644
--- a/store/source/storlckb.hxx
+++ b/store/source/storlckb.hxx
@@ -86,23 +86,12 @@ public:
sal_uInt32 nBytes,
sal_uInt32 &rnDone);
- /** flush.
- * @return store_E_None upon success
- */
- storeError flush();
-
/** setSize.
* @param nSize [in]
* @return store_E_None upon success
*/
storeError setSize (sal_uInt32 nSize);
- /** stat.
- * @paran rnSize [out]
- * @return store_E_None upon success
- */
- storeError stat (sal_uInt32 &rnSize);
-
/** IStoreHandle.
*/
virtual bool isKindOf (sal_uInt32 nMagic) override;