summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/inc/lockfile.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/inc/lockfile.hxx')
-rw-r--r--desktop/source/deployment/inc/lockfile.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/deployment/inc/lockfile.hxx b/desktop/source/deployment/inc/lockfile.hxx
index 890c98eee0ac..f3f1da28d07a 100644
--- a/desktop/source/deployment/inc/lockfile.hxx
+++ b/desktop/source/deployment/inc/lockfile.hxx
@@ -68,7 +68,7 @@ namespace desktop {
bool check( fpExecWarning execWarning );
// removes the lockfile
- ~Lockfile(void);
+ ~Lockfile();
private:
bool m_bIPCserver;
@@ -81,8 +81,8 @@ namespace desktop {
OUString m_aId;
OUString m_aDate;
// access to data in file
- void syncToFile(void) const;
- bool isStale(void) const;
+ void syncToFile() const;
+ bool isStale() const;
friend bool Lockfile_execWarning( Lockfile * that );
};