summaryrefslogtreecommitdiffstats
path: root/store
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2017-12-31 00:47:36 +1100
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2018-01-13 11:08:24 +0100
commitfa09d724b4c3309ce2961ad6b9cd11ade5753f33 (patch)
tree47c22b2487063063b2de4ee51eb530a68caebe91 /store
parenttdf#106611 make click on status bar insert/overwrite field work (diff)
downloadcore-fa09d724b4c3309ce2961ad6b9cd11ade5753f33.tar.gz
core-fa09d724b4c3309ce2961ad6b9cd11ade5753f33.zip
store: remove unnecessary comments in storpage.hxx
Change-Id: Ic515c916826d58f89893d2d0d58b65b80c7b83be Reviewed-on: https://gerrit.libreoffice.org/47196 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'store')
-rw-r--r--store/source/storpage.hxx12
1 files changed, 3 insertions, 9 deletions
diff --git a/store/source/storpage.hxx b/store/source/storpage.hxx
index 3458c256c174..8b4785a21ce3 100644
--- a/store/source/storpage.hxx
+++ b/store/source/storpage.hxx
@@ -38,8 +38,6 @@ class OStoreDirectoryPageObject;
class OStorePageManager : public store::OStorePageBIOS
{
public:
- /** Construction.
- */
OStorePageManager();
/** Initialization (two-phase construction).
@@ -85,13 +83,9 @@ public:
virtual bool isKindOf (sal_uInt32 nTypeId) override;
protected:
- /** Destruction.
- */
virtual ~OStorePageManager() override;
private:
- /** Implementation.
- */
typedef OStorePageBIOS base;
typedef OStorePageManager self;
@@ -117,11 +111,11 @@ private:
/** DirectoryPage I/O (managed).
*/
- storeError load_dirpage_Impl ( // @@@ => private: iget() @@@
+ storeError load_dirpage_Impl(
const OStorePageKey &rKey,
OStoreDirectoryPageObject &rPage);
- storeError save_dirpage_Impl ( // @@@ => private: iget(), rebuild() @@@
+ storeError save_dirpage_Impl(
const OStorePageKey &rKey,
OStoreDirectoryPageObject &rPage);
@@ -142,7 +136,7 @@ private:
inline bool OStorePageManager::isValid() const
{
- return base::isValid() /* @@@ NYI && (m_aRoot.is()) */;
+ return base::isValid();
}
template<> inline OStorePageManager*