summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmlsecurity/source/helper/xmlsignaturehelper.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmlsecurity/source/helper/xmlsignaturehelper.cxx b/xmlsecurity/source/helper/xmlsignaturehelper.cxx
index 6ec834053a17..22c056e70da1 100644
--- a/xmlsecurity/source/helper/xmlsignaturehelper.cxx
+++ b/xmlsecurity/source/helper/xmlsignaturehelper.cxx
@@ -402,6 +402,7 @@ bool XMLSignatureHelper::ReadAndVerifySignatureStorageStream(const css::uno::Ref
catch(const uno::Exception&)
{
DBG_UNHANDLED_EXCEPTION("xmlsecurity.helper");
+ mbError = true;
}
mpXSecController->releaseSignatureReader();
/tr> 2011-11-28offapi: remove obsolete MaxChildrenException.idlMichael Stahl 2011-11-28s/weather/whether/ where appropriateKorrawit Pruegsanusak 2011-11-26importSheet : clean idl comments according to small previous cleaningLaurent Godard 2011-11-23Let's throw out-of-bound exception on out-of-bound destination position.Kohei Yoshida 2011-11-23importSheet from an external provided documentLaurent Godard define a new interface XSpreadsheets2 clean some String in docuno.cxx while i'm at it. 2011-11-22added partitive case month namesEike Rathke * Locale data: * nominative (nouns) month names always given in <MonthsOfYear> element * optional genitive case month names in <GenitiveMonths> element, following the <MonthsOfYear> element; if not given take nominative names * optional partitive case month names in <PartitiveMonths> element, following the <GenitiveMonths> element, or following the <MonthsOfYear> element if the <GenitiveMonths> element is not present; if not given take genitive case names, or nominative if genitive names aren't defined * currently known partitive case matters in Finnish locales * Rules for use of nominative / genitive / partitive case month names in number formatter: * no day of month (D or DD) present in format code => MMM or MMMM display nominative month name (noun) * day of month (D or DD) after MMM or MMMM => genitive name * no genitive names defined => nominative names * day of month (D or DD) before MMM or MMMM => partitive name * no partitive names defined => genitive names * no genitive names defined => nominative names 2011-11-21offapi: FootnoteLineStyle.idl: wrong moduleMichael Stahl 2011-11-21offapi: fix build errors in chart2 servicesMichael Stahl 2011-11-21offapi: css.chart2.MutableDataSequence unused, looks obsoleteMichael Stahl 2011-11-21offapi: kill dmakefilesMichael Stahl 2011-11-21i#86471: offapi: remove css.mail.XMailServerMichael Stahl XMailServer is obsolete and replaced by XMailService: https://issues.apache.org/ooo/show_bug.cgi?id=86471#c4 2011-11-21offapi: remove cruft from chart2 directory:Michael Stahl TextAnchor is an empty constant group. XFastPropertyState is declared in module com.sun.star.beans and unused. XStyleSupplier duplicates com.sun.star.style.XStyleSupplier, unused. 2011-11-19add narrow (one letter) month namesEike Rathke While introducing Calendar2 and the XCalendar3 interface anyway, as well the "one letter" narrow month names sometimes needed in calendaring can be added. These are not always the first capitalized letters of the months in all locales, and might even not necessarily be just one character. Introduces a new struct css::i18n::Calendar2 that is not derived from css::i18n::Calendar because it uses a new struct css::i18n::CalendarItem2 to hold the NarrowName elements. In locale data the elements DaysOfMonth, MonthsOfYear and GenitiveMonths now have an optional element DefaultNarrowName. If not specified, the first character of DefaultFullName is taken. LocaleDataWrapper and CalendarWrapper use and return the new Calendar2 and sequences of CalendarItem2 structs. Application code adapted. The number formatter now displays narrow month names (genitive if applicable) for the MMMMM code, previously it displayed the first 16 bit code point of the full name (not even utf-16 aware). Narrow day names currently are not used, except in svtools' Calendar control. 2011-11-19add possessive genitive case month names to i18n locale data APIEike Rathke 2011-11-19adapt DTD doc URL to realityEike Rathke 2011-11-17Removing the last remnants of layout - sorry to see it go :-(Jan Holesovsky 2011-11-14Simplified some uses of css.configuration.theDefaultProvider.Stephan Bergmann * Retro-added new-style UNOIDL singleton specification for it, for easy instantiation. * Plus new comphelper::getComponentContext to map from XMultiServiceFactory to XComponentContext. 2011-11-10removed leftovers of the Simple Handles optionTim Hardeck Removed leftovers of the Simple Handles option which weren't delete by the previous patch. 2011-11-02Grammar checking dialog: reworked how explanations are shownCédric Bosdonnat 2011-10-27fix bad commentNorbert Thiebaud 2011-10-20Added a scanbutton to the scan-dialogRob Snelders 2011-10-07Undo basis/brand split: merge basis share/ into brand share/.Stephan Bergmann 2011-10-05add another ARC commandRadek Doulik - defined by start and swing angles + ellipse width and height 2011-10-01CMIS: added libcmis module and created empty cmis UCP shellCédric Bosdonnat