diff options
Diffstat (limited to 'xmloff/source/draw/SignatureLineContext.cxx')
-rw-r--r-- | xmloff/source/draw/SignatureLineContext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/SignatureLineContext.cxx b/xmloff/source/draw/SignatureLineContext.cxx index 497bd8489c70..aa51e54156f0 100644 --- a/xmloff/source/draw/SignatureLineContext.cxx +++ b/xmloff/source/draw/SignatureLineContext.cxx @@ -68,7 +68,6 @@ SignatureLineContext::SignatureLineContext(SvXMLImport& rImport, sal_uInt16 nPrf xPropSet->setPropertyValue("SignatureLineUnsignedImage", Any(xUnsignedGraphic)); Reference<XGraphic> xGraphic; - bool bIsSigned(false); try { // Get the document signatures @@ -97,6 +96,7 @@ SignatureLineContext::SignatureLineContext(SvXMLImport& rImport, sal_uInt16 nPrf [&xAttrList](const DocumentSignatureInformation& rSignatureInfo) { return rSignatureInfo.SignatureLineId == xAttrList->getValueByName("loext:id"); }); + bool bIsSigned(false); if (pSignatureInfo != xSignatureInfo.end()) { bIsSigned = true; |