mozprofile.cxx (06b3ce53) mozprofile.cxx (ffd43a0a)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 19 unchanged lines hidden (view full) ---

28
29#include <stdio.h>
30#include <tools/date.hxx>
31#include <tools/time.hxx>
32#include <cppuhelper/servicefactory.hxx>
33
34#include <xmlsecurity/biginteger.hxx>
35#include <xmlsecurity/xmlsignaturehelper.hxx>
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 19 unchanged lines hidden (view full) ---

28
29#include <stdio.h>
30#include <tools/date.hxx>
31#include <tools/time.hxx>
32#include <cppuhelper/servicefactory.hxx>
33
34#include <xmlsecurity/biginteger.hxx>
35#include <xmlsecurity/xmlsignaturehelper.hxx>
36#include <com/sun/star/mozilla/XMozillaBootstrap.hpp>
37
38using namespace ::com::sun::star;
39
40int SAL_CALL main( int argc, char **argv )
41{
42 fprintf( stdout, "\nTesting Mozilla Profile Detection...\n\nOpenOffice.org will use the first detected profile.\nResults might be different when started in OOo program folder!\n" ) ;
43
44 uno::Reference< lang::XMultiServiceFactory > xMSF = CreateDemoServiceFactory();

--- 60 unchanged lines hidden ---
36
37using namespace ::com::sun::star;
38
39int SAL_CALL main( int argc, char **argv )
40{
41 fprintf( stdout, "\nTesting Mozilla Profile Detection...\n\nOpenOffice.org will use the first detected profile.\nResults might be different when started in OOo program folder!\n" ) ;
42
43 uno::Reference< lang::XMultiServiceFactory > xMSF = CreateDemoServiceFactory();

--- 60 unchanged lines hidden ---