diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-04-10 20:56:17 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-04-10 20:56:17 +0000 |
commit | f676c7ad61d0abe4c371c3a9e94c2edc76555dcd (patch) | |
tree | 3ff4c28e51bae214cbe9d9cd7ef7650923429bad /svtools/source/productregistration | |
parent | aa0f8b5a8e0301357d4258afa4c8214b4be0b98b (diff) |
INTEGRATION: CWS changefileheader (1.8.228); FILE MERGED
2008/04/01 15:45:27 thb 1.8.228.3: #i85898# Stripping all external header guards
2008/04/01 12:43:51 thb 1.8.228.2: #i85898# Stripping all external header guards
2008/03/31 13:02:28 rt 1.8.228.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'svtools/source/productregistration')
-rw-r--r-- | svtools/source/productregistration/productregistration.cxx | 69 |
1 files changed, 18 insertions, 51 deletions
diff --git a/svtools/source/productregistration/productregistration.cxx b/svtools/source/productregistration/productregistration.cxx index 949026f162dc..a831e14b302a 100644 --- a/svtools/source/productregistration/productregistration.cxx +++ b/svtools/source/productregistration/productregistration.cxx @@ -1,35 +1,30 @@ /************************************************************************* * - * OpenOffice.org - a multi-platform office productivity suite + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * $RCSfile: productregistration.cxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.8 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: ihi $ $Date: 2007-07-10 15:19:33 $ + * $RCSfile: productregistration.cxx,v $ + * $Revision: 1.9 $ * - * The Contents of this file are made available subject to - * the terms of GNU Lesser General Public License Version 2.1. + * This file is part of OpenOffice.org. * + * OpenOffice.org is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License version 3 + * only, as published by the Free Software Foundation. * - * GNU Lesser General Public License Version 2.1 - * ============================================= - * Copyright 2005 by Sun Microsystems, Inc. - * 901 San Antonio Road, Palo Alto, CA 94303, USA + * OpenOffice.org is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License version 3 for more details + * (a copy is included in the LICENSE file that accompanied this code). * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License version 2.1, as published by the Free Software Foundation. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, - * MA 02111-1307 USA + * You should have received a copy of the GNU Lesser General Public License + * version 3 along with OpenOffice.org. If not, see + * <http://www.openoffice.org/license.html> + * for a copy of the LGPLv3 License. * ************************************************************************/ @@ -37,49 +32,21 @@ #include "precompiled_svtools.hxx" #include "productregistration.hxx" - -#ifndef SVTOOLS_REGOPTIONS_HXX #include "regoptions.hxx" -#endif -#ifndef SVTOOLS_REGISTRATIONDLG_HXX #include "registrationdlg.hxx" -#endif #ifndef _SVTOOLS_HRC #include <svtools/svtools.hrc> #endif - -#ifndef _CPPUHELPER_FACTORY_HXX_ #include "cppuhelper/factory.hxx" -#endif - -#ifndef _COM_SUN_STAR_LANG_XINITIALIZATION_HPP_ #include <com/sun/star/lang/XInitialization.hpp> -#endif -#ifndef _COM_SUN_STAR_SYSTEM_XSYSTEMSHELLEXECUTE_HPP_ #include <com/sun/star/system/XSystemShellExecute.hpp> -#endif -#ifndef _COM_SUN_STAR_SYSTEM_SYSTEMSHELLEXECUTEFLAGS_HPP_ #include <com/sun/star/system/SystemShellExecuteFlags.hpp> -#endif -#ifndef _COM_SUN_STAR_FRAME_XDESKTOP_HPP_ #include <com/sun/star/frame/XDesktop.hpp> -#endif -#ifndef _COM_SUN_STAR_BEANS_XMATERIALHOLDER_HPP_ #include <com/sun/star/beans/XMaterialHolder.hpp> -#endif -#ifndef _TOOLKIT_HELPER_VCLUNOHELPER_HXX_ #include <toolkit/helper/vclunohelper.hxx> -#endif - -#ifndef _SV_SVAPP_HXX #include <vcl/svapp.hxx> -#endif -#ifndef _SV_MSGBOX_HXX #include <vcl/msgbox.hxx> -#endif -#ifndef _OSL_DIAGNOSE_H_ #include <osl/diagnose.h> -#endif #include <algorithm> #include <functional> |