Remove faulty DBG_ASSERT.
Change-Id: I432eb5ebe485c34169641962d3171ee78e81e280
This commit is contained in:
parent
4bc7149816
commit
c8dc0647ba
1 changed files with 0 additions and 1 deletions
|
@ -6091,7 +6091,6 @@ bool PDFWriterImpl::emitSignature()
|
|||
|
||||
sal_uInt64 nOffset = ~0U;
|
||||
CHECK_RETURN( (osl_File_E_None == osl_getFilePos( m_aFile, &nOffset ) ) );
|
||||
DBG_ASSERT( aError == osl_File_E_None, "could not get file position" );
|
||||
|
||||
m_nSignatureContentOffset = nOffset + aLine.getLength();
|
||||
|
||||
|
|
Loading…
Reference in a new issue