diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-05-21 11:08:46 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-05-21 15:30:15 +0200 |
commit | e05a20024989a4a1a51f7d2278d5bc55f06e5570 (patch) | |
tree | dbebb3a79780ea2488e4c5f86e3ca548af11a401 /vcl/unx | |
parent | 201d429ad0e8f212c8546ae2133af384f9076a3e (diff) |
Remove unnecessary ZCODEC_DEFAULT macro
Change-Id: I57a5a14a51c0441e0fed006457ac95057f188462
Diffstat (limited to 'vcl/unx')
-rw-r--r-- | vcl/unx/generic/printer/ppdparser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/generic/printer/ppdparser.cxx b/vcl/unx/generic/printer/ppdparser.cxx index 3a818d242a50..3c09f8bc3312 100644 --- a/vcl/unx/generic/printer/ppdparser.cxx +++ b/vcl/unx/generic/printer/ppdparser.cxx @@ -320,7 +320,7 @@ void PPDDecompressStream::Open( const OUString& i_rFile ) if( aLine.getLength() > 1 && static_cast<unsigned char>(aLine[0]) == 0x1f ) { if( static_cast<unsigned char>(aLine[1]) == 0x8b ) // check for gzip - nCompressMethod = ZCODEC_DEFAULT | ZCODEC_GZ_LIB; + nCompressMethod = ZCODEC_DEFAULT_COMPRESSION | ZCODEC_GZ_LIB; } if( nCompressMethod != 0 ) |