1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: register3rdcomponents.cxx,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
31 // MARKER(update_precomp.py): autogen include statement, do not remove
32 #include "precompiled_framework.hxx"
33 //_________________________________________________________________________________________________________________
34 // includes of my own project
35 //_________________________________________________________________________________________________________________
36 #include <macros/registration.hxx>
38 /*=================================================================================================================
39 Add new include and new register info to for new services.
43 #ifndef __YOUR_SERVICE_1_HXX_
44 #include <service1.hxx>
47 #ifndef __YOUR_SERVICE_2_HXX_
48 #include <service2.hxx>
51 COMPONENTGETIMPLEMENTATIONENVIRONMENT
53 COMPONENTWRITEINFO ( COMPONENTINFO( Service1 )
54 COMPONENTINFO( Service2 )
57 COMPONENTGETFACTORY ( IFFACTORIE( Service1 )
59 IFFACTORIE( Service2 )
61 =================================================================================================================*/
62 #include <jobs/helponstartup.hxx>
63 #include <tabwin/tabwinfactory.hxx>
64 #include <dispatch/systemexec.hxx>
65 #include <jobs/shelljob.hxx>
67 COMPONENTGETIMPLEMENTATIONENVIRONMENT
69 COMPONENTWRITEINFO ( COMPONENTINFO( ::framework::HelpOnStartup
)
70 COMPONENTINFO( ::framework::TabWinFactory
)
71 COMPONENTINFO( ::framework::SystemExec
)
72 COMPONENTINFO( ::framework::ShellJob
)
75 COMPONENTGETFACTORY ( IFFACTORY( ::framework::HelpOnStartup
) else
76 IFFACTORY( ::framework::TabWinFactory
) else
77 IFFACTORY( ::framework::SystemExec
) else
78 IFFACTORY( ::framework::ShellJob
)