Avoid reserved identifier
Change-Id: I2577b4986f1b033253b368c570507e757893f98c
This commit is contained in:
@@ -398,7 +398,7 @@ void DocumentDigitalSignatures::manageTrustedSources( ) throw (RuntimeException
|
||||
}
|
||||
|
||||
void DocumentDigitalSignatures::showCertificate(
|
||||
const Reference< css::security::XCertificate >& _Certificate ) throw (RuntimeException, std::exception)
|
||||
const Reference< css::security::XCertificate >& Certificate ) throw (RuntimeException, std::exception)
|
||||
{
|
||||
XMLSignatureHelper aSignatureHelper( mxCtx );
|
||||
|
||||
@@ -408,7 +408,7 @@ void DocumentDigitalSignatures::showCertificate(
|
||||
|
||||
if ( bInit )
|
||||
{
|
||||
ScopedVclPtrInstance< CertificateViewer > aViewer( nullptr, aSignatureHelper.GetSecurityEnvironment(), _Certificate, false );
|
||||
ScopedVclPtrInstance< CertificateViewer > aViewer( nullptr, aSignatureHelper.GetSecurityEnvironment(), Certificate, false );
|
||||
aViewer->Execute();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user