summaryrefslogtreecommitdiff
path: root/xmlsecurity/tools/demo/mozprofile.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/tools/demo/mozprofile.cxx')
-rw-r--r--xmlsecurity/tools/demo/mozprofile.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/xmlsecurity/tools/demo/mozprofile.cxx b/xmlsecurity/tools/demo/mozprofile.cxx
index 928e84fd61bb..5014d66e748c 100644
--- a/xmlsecurity/tools/demo/mozprofile.cxx
+++ b/xmlsecurity/tools/demo/mozprofile.cxx
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -51,14 +51,14 @@ int SAL_CALL main( int argc, char **argv )
fprintf( stdout, "\n\nERROR: Can't create Service Factory\n" );
exit (-1);
}
-
+
uno::Reference<mozilla::XMozillaBootstrap> xMozillaBootstrap( xMSF->createInstance(::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.mozilla.MozillaBootstrap" ) ) ), uno::UNO_QUERY );
if ( !xMozillaBootstrap.is() )
{
fprintf( stdout, "\n\nERROR: Can't create Mozilla Bootstrap Service\n" );
exit (-1);
}
-
+
int nProducts = 4;
mozilla::MozillaProductType productTypes[4] = { mozilla::MozillaProductType_Thunderbird, mozilla::MozillaProductType_Mozilla, mozilla::MozillaProductType_Firefox, mozilla::MozillaProductType_Default };
for ( int i = 0; i < nProducts; i++)
@@ -83,12 +83,12 @@ int SAL_CALL main( int argc, char **argv )
fprintf( stdout, "NOT FOUND" );
}
}
-
+
/*
* creates a signature helper
*/
XMLSignatureHelper aSignatureHelper( xMSF );
-
+
/*
* creates a security context.
*/
@@ -101,7 +101,7 @@ int SAL_CALL main( int argc, char **argv )
else
{
fprintf( stdout, "\n\nSecurity environment can be initialized successfully.\n\n" );
- }
+ }
return 0;
}