Kaydet (Commit) 1a1e953e authored tarafından Gökçen Eraslan's avatar Gökçen Eraslan

We use hidden signatures for now.

Change-Id: Ib5f74decc28374e1c2e3d31f6e167f0a8f4f230b
üst ec998b5d
......@@ -11735,7 +11735,7 @@ sal_Int32 PDFWriterImpl::createControl( const PDFWriter::AnyWidget& rControl, sa
if( nPageNr < 0 || nPageNr >= (sal_Int32)m_aPages.size() )
return -1;
bool sigHidden(false);
bool sigHidden(true);
sal_Int32 nNewWidget = m_aWidgets.size();
m_aWidgets.push_back( PDFWidget() );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment