summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/misc/lockfile.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/misc/lockfile.cxx')
-rw-r--r--desktop/source/deployment/misc/lockfile.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/deployment/misc/lockfile.cxx b/desktop/source/deployment/misc/lockfile.cxx
index 3e191a5ef417..65ca50828f91 100644
--- a/desktop/source/deployment/misc/lockfile.cxx
+++ b/desktop/source/deployment/misc/lockfile.cxx
@@ -140,7 +140,7 @@ namespace desktop {
}
}
- bool Lockfile::isStale( void ) const
+ bool Lockfile::isStale() const
{
// this checks whether the lockfile was created on the same
// host by the same user. Should this be the case it is safe
@@ -169,7 +169,7 @@ namespace desktop {
return false;
}
- void Lockfile::syncToFile( void ) const
+ void Lockfile::syncToFile() const
{
OUString aLockname = m_aLockname;
Config aConfig(aLockname);
@@ -195,7 +195,7 @@ namespace desktop {
aConfig.Flush( );
}
- Lockfile::~Lockfile( void )
+ Lockfile::~Lockfile()
{
// unlock userdata by removing file
if ( m_bRemove )