diff options
author | Philipp Riemer <ruderphilipp@gmail.com> | 2013-05-06 19:17:14 +0200 |
---|---|---|
committer | Philipp Riemer <ruderphilipp@gmail.com> | 2013-05-06 19:21:07 +0200 |
commit | e8eab43eebecfcaf277d01b1c99ea003199866e4 (patch) | |
tree | 0028d00a48b101c32c742c5eb6a4a487779432f1 /xmlsecurity | |
parent | cb33531fc46b227ee02adc38c87b63ac237c0392 (diff) |
cleanup whitespaces due to RTL_CONSTASCII_USTRINGPARAM removal
In e2e2cc61144cb22227eebfadff0ea24b51ccfbd0 the method was removed
automatically leaving several line breaks etc. as visual noise.
Diffstat (limited to 'xmlsecurity')
4 files changed, 7 insertions, 10 deletions
diff --git a/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx b/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx index e272072eddbd..5262b94f0289 100644 --- a/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx +++ b/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx @@ -99,14 +99,14 @@ void SaveODFItem::Notify( const ::com::sun::star::uno::Sequence< OUString >& ) { m_nODF = nTmp; else throw uno::RuntimeException( - OUString( - "[xmlsecurity]SaveODFItem::SaveODFItem(): Wrong Type!"), 0 ); + OUString("[xmlsecurity]SaveODFItem::SaveODFItem(): Wrong Type!"), + 0 ); } else throw uno::RuntimeException( - OUString( - "[xmlsecurity] Could not open property Office.Common/Save/ODF/DefaultVersion"), 0); + OUString("[xmlsecurity] Could not open property Office.Common/Save/ODF/DefaultVersion"), + 0); } } diff --git a/xmlsecurity/source/framework/encryptionengine.cxx b/xmlsecurity/source/framework/encryptionengine.cxx index 281f746bbfbe..a46b7eb2d234 100644 --- a/xmlsecurity/source/framework/encryptionengine.cxx +++ b/xmlsecurity/source/framework/encryptionengine.cxx @@ -112,8 +112,7 @@ void EncryptionEngine::tryToPerform( ) { if (checkReady()) { - const OUString sEncryptionTemplate ( - ENCRYPTION_TEMPLATE ); + const OUString sEncryptionTemplate ( ENCRYPTION_TEMPLATE ); cssu::Reference < cssxc::XXMLEncryptionTemplate > xEncryptionTemplate( mxMSF->createInstance( sEncryptionTemplate ), cssu::UNO_QUERY ); diff --git a/xmlsecurity/source/framework/signatureengine.cxx b/xmlsecurity/source/framework/signatureengine.cxx index dace95e340d9..bf2046211c54 100644 --- a/xmlsecurity/source/framework/signatureengine.cxx +++ b/xmlsecurity/source/framework/signatureengine.cxx @@ -113,8 +113,7 @@ void SignatureEngine::tryToPerform( ) { if (checkReady()) { - const OUString ouSignatureTemplate ( - SIGNATURE_TEMPLATE ); + const OUString ouSignatureTemplate ( SIGNATURE_TEMPLATE ); cssu::Reference < cssxc::XXMLSignatureTemplate > xSignatureTemplate( mxMSF->createInstance( ouSignatureTemplate ), cssu::UNO_QUERY ); diff --git a/xmlsecurity/source/framework/signatureverifierimpl.cxx b/xmlsecurity/source/framework/signatureverifierimpl.cxx index 0d42b6d083be..246c5e2310e1 100644 --- a/xmlsecurity/source/framework/signatureverifierimpl.cxx +++ b/xmlsecurity/source/framework/signatureverifierimpl.cxx @@ -173,8 +173,7 @@ void SAL_CALL SignatureVerifierImpl::initialize( OUString SignatureVerifierImpl_getImplementationName () throw (cssu::RuntimeException) { - return OUString( - IMPLEMENTATION_NAME ); + return OUString( IMPLEMENTATION_NAME ); } sal_Bool SAL_CALL SignatureVerifierImpl_supportsService( const OUString& ServiceName ) |