summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-05-21 17:06:08 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-05-21 17:06:08 +0200
commit7aed3a008967a817ff3d58fb4bdf1c417fdbe8c0 (patch)
tree91d641434c16a1b5bc0977d7c59b56c80e04c43e /vcl
parent1c92fbf4fd73a8b0ad6b79b84fa67b7e24c948a1 (diff)
Remove spurious assert(false)
...inadvertently left over debug code Change-Id: I4bb9ee37ee7fd5d7e4e7f91afbcc036ba5802880
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/gdi/pdfwriter_impl.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/gdi/pdfwriter_impl.cxx b/vcl/source/gdi/pdfwriter_impl.cxx
index 4e7687cc7925..3e083e2351cd 100644
--- a/vcl/source/gdi/pdfwriter_impl.cxx
+++ b/vcl/source/gdi/pdfwriter_impl.cxx
@@ -2091,7 +2091,6 @@ bool PDFWriterImpl::compressStream( SvMemoryStream* pStream )
pCodec.BeginCompression();
pCodec.Write( aStream, (const sal_uInt8*)pStream->GetData(), nEndPos );
pCodec.EndCompression();
- assert(false);
nEndPos = aStream.Tell();
pStream->Seek( STREAM_SEEK_TO_BEGIN );
aStream.Seek( STREAM_SEEK_TO_BEGIN );