office-gobmx/xmlsecurity
Noel Grandin 5285beeaa4 remove redundant calls to OUString constructor in if expression
Convert code like:
  if( aStr == OUString("xxxx") )
to this:
  if( aStr == "xxxx" )

Change-Id: I8d201f048477731eff590fb988259ef0935c080c
2013-11-04 10:11:08 +02:00
..
doc
inc/xmlsecurity
qa/certext
source
test_docs
uiconfig/ui
util
workben
AllLangResTarget_xsec.mk
CppunitTest_qa_certext.mk
Library_xmlsecurity.mk
Library_xsec_fw.mk
Library_xsec_xmlsec.mk
Makefile
Module_xmlsecurity.mk
README
UIConfig_xmlsec.mk

Stuff for document signing.

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