We use hidden signatures for now.
Change-Id: Ib5f74decc28374e1c2e3d31f6e167f0a8f4f230b
This commit is contained in:
parent
ec998b5d36
commit
1a1e953ee3
1 changed files with 1 additions and 1 deletions
|
@ -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() );
|
||||
|
||||
|
|
Loading…
Reference in a new issue