summaryrefslogtreecommitdiff
path: root/shell/source/tools/lngconvex/cmdline.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/tools/lngconvex/cmdline.hxx')
-rw-r--r--shell/source/tools/lngconvex/cmdline.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/source/tools/lngconvex/cmdline.hxx b/shell/source/tools/lngconvex/cmdline.hxx
index cd1b2f3d1bd7..9cbc34e5e343 100644
--- a/shell/source/tools/lngconvex/cmdline.hxx
+++ b/shell/source/tools/lngconvex/cmdline.hxx
@@ -74,8 +74,8 @@ private:
// prevent copy and assignment
private:
- CommandLine(const CommandLine&) SAL_DELETED_FUNCTION;
- CommandLine& operator=(const CommandLine&) SAL_DELETED_FUNCTION;
+ CommandLine(const CommandLine&) = delete;
+ CommandLine& operator=(const CommandLine&) = delete;
};
#endif