Files
loongoffice/xmlsecurity
Noel Grandin 82625bb98e remove unnecessary sal_Unicode casts in OUStringBuffer::append calls
Convert code like:
    buf.append( static_cast<sal_Unicode>('!') );
to:
    buf.append( '!' );

Change-Id: Iacb03a61de65a895540940953b49620677b3d051
2014-01-07 09:43:37 +02:00
..
2013-10-16 05:41:26 +02:00

Stuff for document signing.

This code provides dialogs, and infrastructure wrapping libxmlsec that
implements document signing.