summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/printer/ppdparser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/generic/printer/ppdparser.cxx')
-rw-r--r--vcl/unx/generic/printer/ppdparser.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/unx/generic/printer/ppdparser.cxx b/vcl/unx/generic/printer/ppdparser.cxx
index 5b8aec715c99..84e4057152f7 100644
--- a/vcl/unx/generic/printer/ppdparser.cxx
+++ b/vcl/unx/generic/printer/ppdparser.cxx
@@ -269,8 +269,8 @@ namespace
class PPDDecompressStream
{
private:
- PPDDecompressStream(const PPDDecompressStream&) SAL_DELETED_FUNCTION;
- PPDDecompressStream& operator=(const PPDDecompressStream&) SAL_DELETED_FUNCTION;
+ PPDDecompressStream(const PPDDecompressStream&) = delete;
+ PPDDecompressStream& operator=(const PPDDecompressStream&) = delete;
SvFileStream* mpFileStream;
SvMemoryStream* mpMemStream;