summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-27 13:57:18 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-28 14:00:00 +0100
commit412ae2c3b3093ad96be79c55deb6e67bf2be029a (patch)
tree22821f723141f08e3f26f3e1a84ede454be106d3 /vcl
parentcf6645cef9e985dc1c11dbb3dfa0e7d7e1ff20fd (diff)
-Werror,-Wunused-variable
Change-Id: I429175643129021c1f0a35eaaa1bd86ee7dbb23a
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/gdi/pdfwriter_impl.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/source/gdi/pdfwriter_impl.cxx b/vcl/source/gdi/pdfwriter_impl.cxx
index 420cdae6073d..c28cf3a99a37 100644
--- a/vcl/source/gdi/pdfwriter_impl.cxx
+++ b/vcl/source/gdi/pdfwriter_impl.cxx
@@ -7254,8 +7254,6 @@ bool PDFWriterImpl::finalizeSignature()
return false;
}
- OString pass = OUStringToOString( m_aContext.SignPassword, RTL_TEXTENCODING_UTF8 );
-
PCCERT_CONTEXT pCertContext = CertCreateCertificateContext(X509_ASN_ENCODING | PKCS_7_ASN_ENCODING, reinterpret_cast<const BYTE*>(n_derArray), n_derLength);
if (pCertContext == NULL)
{