summaryrefslogtreecommitdiff
path: root/shell/source/sessioninstall/SyncDbusSessionHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/sessioninstall/SyncDbusSessionHelper.hxx')
-rw-r--r--shell/source/sessioninstall/SyncDbusSessionHelper.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/shell/source/sessioninstall/SyncDbusSessionHelper.hxx b/shell/source/sessioninstall/SyncDbusSessionHelper.hxx
index b10d7a9e77c0..20116522a056 100644
--- a/shell/source/sessioninstall/SyncDbusSessionHelper.hxx
+++ b/shell/source/sessioninstall/SyncDbusSessionHelper.hxx
@@ -50,9 +50,8 @@ namespace shell { namespace sessioninstall
{ throw ::com::sun::star::uno::RuntimeException(); } // not implemented
private:
- SyncDbusSessionHelper(); // never implemented
- SyncDbusSessionHelper( const SyncDbusSessionHelper& ); // never implemented
- SyncDbusSessionHelper& operator=( const SyncDbusSessionHelper& ); // never implemented
+ SyncDbusSessionHelper( const SyncDbusSessionHelper& ) SAL_DELETED_FUNCTION;
+ SyncDbusSessionHelper& operator=( const SyncDbusSessionHelper& ) SAL_DELETED_FUNCTION;
};
}}