summaryrefslogtreecommitdiff
path: root/store/source/storpage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/storpage.hxx')
-rw-r--r--store/source/storpage.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/store/source/storpage.hxx b/store/source/storpage.hxx
index 1ff3f9f00b25..f400a3fbd25e 100644
--- a/store/source/storpage.hxx
+++ b/store/source/storpage.hxx
@@ -45,7 +45,7 @@ class OStorePageManager : public store::OStorePageBIOS
public:
/** Construction.
*/
- OStorePageManager (void);
+ OStorePageManager();
/** Initialization (two-phase construction).
*/
@@ -58,7 +58,7 @@ public:
* @return sal_True upon successful initialization,
* sal_False otherwise.
*/
- inline bool isValid (void) const;
+ inline bool isValid() const;
/** DirectoryPage I/O (managed).
*/
@@ -135,7 +135,7 @@ public:
protected:
/** Destruction.
*/
- virtual ~OStorePageManager (void);
+ virtual ~OStorePageManager();
private:
/** Implementation.
@@ -188,7 +188,7 @@ private:
OStorePageManager& operator= (const OStorePageManager&) SAL_DELETED_FUNCTION;
};
-inline bool OStorePageManager::isValid (void) const
+inline bool OStorePageManager::isValid() const
{
return (base::isValid() /* @@@ NYI && (m_aRoot.is()) */);
}