Kaydet (Commit) fa09d724 authored tarafından Chris Sherlock's avatar Chris Sherlock Kaydeden (comit) Thorsten Behrens

store: remove unnecessary comments in storpage.hxx

Change-Id: Ic515c916826d58f89893d2d0d58b65b80c7b83be
Reviewed-on: https://gerrit.libreoffice.org/47196Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarThorsten Behrens <Thorsten.Behrens@CIB.de>
üst 4393ca83
...@@ -38,8 +38,6 @@ class OStoreDirectoryPageObject; ...@@ -38,8 +38,6 @@ class OStoreDirectoryPageObject;
class OStorePageManager : public store::OStorePageBIOS class OStorePageManager : public store::OStorePageBIOS
{ {
public: public:
/** Construction.
*/
OStorePageManager(); OStorePageManager();
/** Initialization (two-phase construction). /** Initialization (two-phase construction).
...@@ -85,13 +83,9 @@ public: ...@@ -85,13 +83,9 @@ public:
virtual bool isKindOf (sal_uInt32 nTypeId) override; virtual bool isKindOf (sal_uInt32 nTypeId) override;
protected: protected:
/** Destruction.
*/
virtual ~OStorePageManager() override; virtual ~OStorePageManager() override;
private: private:
/** Implementation.
*/
typedef OStorePageBIOS base; typedef OStorePageBIOS base;
typedef OStorePageManager self; typedef OStorePageManager self;
...@@ -117,11 +111,11 @@ private: ...@@ -117,11 +111,11 @@ private:
/** DirectoryPage I/O (managed). /** DirectoryPage I/O (managed).
*/ */
storeError load_dirpage_Impl ( // @@@ => private: iget() @@@ storeError load_dirpage_Impl(
const OStorePageKey &rKey, const OStorePageKey &rKey,
OStoreDirectoryPageObject &rPage); OStoreDirectoryPageObject &rPage);
storeError save_dirpage_Impl ( // @@@ => private: iget(), rebuild() @@@ storeError save_dirpage_Impl(
const OStorePageKey &rKey, const OStorePageKey &rKey,
OStoreDirectoryPageObject &rPage); OStoreDirectoryPageObject &rPage);
...@@ -142,7 +136,7 @@ private: ...@@ -142,7 +136,7 @@ private:
inline bool OStorePageManager::isValid() const inline bool OStorePageManager::isValid() const
{ {
return base::isValid() /* @@@ NYI && (m_aRoot.is()) */; return base::isValid();
} }
template<> inline OStorePageManager* template<> inline OStorePageManager*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment