summaryrefslogtreecommitdiff
path: root/store/source/storpage.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-07 16:28:27 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-10-27 08:20:43 +0000
commit644487a1152c7586a7f20c7f372572a71d8494d5 (patch)
tree683cdbd755ec1660e75f930e5be4cd6867e3e734 /store/source/storpage.hxx
parent1b4dff2c371d31c99f34324c3f6f31888bdc34d7 (diff)
loplugin:unusedmethods
Change-Id: I161cd52606c11b6008f5d8b1d8ee391692f91861 Reviewed-on: https://gerrit.libreoffice.org/19231 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'store/source/storpage.hxx')
-rw-r--r--store/source/storpage.hxx43
1 files changed, 0 insertions, 43 deletions
diff --git a/store/source/storpage.hxx b/store/source/storpage.hxx
index cdeeea68e2e2..1dfeb048d777 100644
--- a/store/source/storpage.hxx
+++ b/store/source/storpage.hxx
@@ -79,55 +79,12 @@ public:
OStorePageLink & rLink,
sal_uInt32 & rAttrib);
- /** attrib [nAttrib = ((nAttrib & ~nMask1) | nMask2)].
- * @see store_attrib()
- */
- storeError attrib (
- const OStorePageKey &rKey,
- sal_uInt32 nMask1,
- sal_uInt32 nMask2,
- sal_uInt32 &rAttrib);
-
- /** link (insert Source Key as hardlink to Destination).
- * @see store_link()
- */
- storeError link (
- const OStorePageKey &rSrcKey,
- const OStorePageKey &rDstKey);
-
- /** symlink (insert Source DirectoryPage as symlink to Destination).
- * @see store_symlink()
- */
- storeError symlink (
- const rtl_String *pSrcPath,
- const rtl_String *pSrcName,
- const OStorePageKey &rDstKey);
-
- /** rename.
- * @see store_rename()
- */
- storeError rename (
- const OStorePageKey &rSrcKey,
- const rtl_String *pDstPath,
- const rtl_String *pDstName);
-
/** remove.
* @see store_remove()
*/
storeError remove (
const OStorePageKey &rKey);
- /** rebuild (combines recover and compact from 'Src' to 'Dst').
- * @param pSrcLB [in] accessed readonly.
- * @param pDstLB [in] truncated and accessed readwrite (as initialize()).
- * @return store_E_None upon success.
- *
- * @see store_rebuildFile()
- */
- storeError rebuild (
- ILockBytes *pSrcLB,
- ILockBytes *pDstLB);
-
/** IStoreHandle.
*/
virtual bool isKindOf (sal_uInt32 nTypeId) override;