summaryrefslogtreecommitdiff
path: root/store/source/storpage.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/storpage.cxx')
-rw-r--r--store/source/storpage.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/store/source/storpage.cxx b/store/source/storpage.cxx
index 5599eef9a5c4..d6b186c074e5 100644
--- a/store/source/storpage.cxx
+++ b/store/source/storpage.cxx
@@ -47,14 +47,14 @@ const sal_uInt32 OStorePageManager::m_nTypeId = sal_uInt32(0x62190120);
/*
* OStorePageManager.
*/
-OStorePageManager::OStorePageManager (void)
+OStorePageManager::OStorePageManager()
{
}
/*
* ~OStorePageManager.
*/
-OStorePageManager::~OStorePageManager (void)
+OStorePageManager::~OStorePageManager()
{
}
@@ -798,7 +798,7 @@ struct RebuildContext
/** Construction.
*/
- RebuildContext (void)
+ RebuildContext()
: m_xBIOS (new OStorePageBIOS()),
m_nPageSize (0)
{}