summaryrefslogtreecommitdiffstats
path: root/toolkit
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-04-11 08:37:15 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-04-11 08:37:15 +0000
commitd394fdd60a1c812dd8c304552a08d53879dc633c (patch)
tree49a312cb65bd24b5cde4c4910af8ff4c2f8a7a91 /toolkit
parentINTEGRATION: CWS changefileheader (1.56.20); FILE MERGED (diff)
downloadcore-d394fdd60a1c812dd8c304552a08d53879dc633c.tar.gz
core-d394fdd60a1c812dd8c304552a08d53879dc633c.zip
INTEGRATION: CWS changefileheader (1.18.28); FILE MERGED
2008/04/01 16:01:01 thb 1.18.28.3: #i85898# Stripping all external header guards 2008/04/01 12:56:55 thb 1.18.28.2: #i85898# Stripping all external header guards 2008/03/28 15:40:20 rt 1.18.28.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/source/helper/registerservices.cxx98
1 files changed, 18 insertions, 80 deletions
diff --git a/toolkit/source/helper/registerservices.cxx b/toolkit/source/helper/registerservices.cxx
index 5c9d7747cd6e..a2ce66d54642 100644
--- a/toolkit/source/helper/registerservices.cxx
+++ b/toolkit/source/helper/registerservices.cxx
@@ -1,122 +1,60 @@
/*************************************************************************
*
- * OpenOffice.org - a multi-platform office productivity suite
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
- * $RCSfile: registerservices.cxx,v $
+ * Copyright 2008 by Sun Microsystems, Inc.
*
- * $Revision: 1.18 $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * last change: $Author: rt $ $Date: 2008-01-29 15:07:36 $
+ * $RCSfile: registerservices.cxx,v $
+ * $Revision: 1.19 $
*
- * 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.
*
************************************************************************/
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_toolkit.hxx"
-
-#ifndef _COM_SUN_STAR_LANG_XSINGLESERVICEFACTORY_HPP_
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
-#endif
-#ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
-#endif
-#ifndef _COM_SUN_STAR_REGISTRY_XREGISTRYKEY_HPP_
#include <com/sun/star/registry/XRegistryKey.hpp>
-#endif
-
-#ifndef _TOOLKIT_HELPERS_GEOMETRYCONTROLMODEL_HXX_
#include <toolkit/controls/geometrycontrolmodel.hxx>
-#endif
-
-#ifndef _CPPUHELPER_FACTORY_HXX_
#include <cppuhelper/factory.hxx>
-#endif
-
-#ifndef _CPPUHELPER_WEAK_HXX_
#include <cppuhelper/weak.hxx>
-#endif
-#ifndef _OSL_MUTEX_HXX_
#include <osl/mutex.hxx>
-#endif
-
-#ifndef _TOOLKIT_HELPER_SERVICENAMES_HXX_
#include <toolkit/helper/servicenames.hxx>
-#endif
-#ifndef _TOOLKIT_HELPER_MACROS_HXX_
#include <toolkit/helper/macros.hxx>
-#endif
-
-#ifndef _TOOLKIT_AWT_VCLXTOOLKIT_HXX_
#include <toolkit/awt/vclxtoolkit.hxx>
-#endif
-#ifndef _TOOLKIT_AWT_VCLXMENU_HXX_
#include <toolkit/awt/vclxmenu.hxx>
-#endif
-#ifndef _TOOLKIT_AWT_VCLXPOINTER_HXX_
#include <toolkit/awt/vclxpointer.hxx>
-#endif
-#ifndef _TOOLKIT_AWT_VCLXPRINTER_HXX_
#include <toolkit/awt/vclxprinter.hxx>
-#endif
-
-#ifndef _TOOLKIT_HELPER_UNOCONTROLS_HXX_
#include <toolkit/controls/unocontrols.hxx>
-#endif
-#ifndef _TOOLKIT_CONTROLS_UNOCONTROLCONTAINER_HXX_
#include <toolkit/controls/unocontrolcontainer.hxx>
-#endif
-#ifndef _TOOLKIT_CONTROLS_UNOCONTROLCONTAINERMODEL_HXX_
#include <toolkit/controls/unocontrolcontainermodel.hxx>
-#endif
-#ifndef _TOOLKIT_CONTROLS_STDTABCONTROLLER_HXX_
#include <toolkit/controls/stdtabcontroller.hxx>
-#endif
-#ifndef _TOOLKIT_CONTROLS_STDTABCONTROLLERMODEL_HXX_
#include <toolkit/controls/stdtabcontrollermodel.hxx>
-#endif
-#ifndef TOOLKIT_FORMATTED_CONTROL_HXX
#include <toolkit/controls/formattedcontrol.hxx>
-#endif
-#ifndef TOOLKIT_ROADMAP_CONTROL_HXX
#include <toolkit/controls/roadmapcontrol.hxx>
-#endif
-#ifndef TOOLKIT_TOOLKIT_CONTROLS_TKSCROLLBAR_HXX
#include <toolkit/controls/tkscrollbar.hxx>
-#endif
-#ifndef TOOLKIT_CONTROLS_TKSPINBUTTON_HXX
#include "toolkit/controls/tkspinbutton.hxx"
-#endif
-#ifndef TOOLKIT_CONTROLS_TKSIMPLEANIMATION_HXX
#include <toolkit/controls/tksimpleanimation.hxx>
-#endif
-#ifndef TOOLKIT_CONTROLS_TKTHROBBER_HXX
#include <toolkit/controls/tkthrobber.hxx>
-#endif
-#ifndef TOOLKIT_DIALOG_CONTROL_HXX
#include <toolkit/controls/dialogcontrol.hxx>
-#endif
#include "toolkit/dllapi.h"
namespace toolkit