diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 10:45:59 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 10:45:59 +0000 |
commit | 820604548030f9455206495c3f6d58c6ee2f732b (patch) | |
tree | 37151da62bd66e7c3b69b6e9c53bcfe3f7247522 /stoc/source/registry_tdprovider | |
parent | a85baab84017f4b6bf3fce8662beb378516b1aba (diff) |
INTEGRATION: CWS changefileheader (1.6.90); FILE MERGED
2008/04/01 15:42:27 thb 1.6.90.3: #i85898# Stripping all external header guards
2008/04/01 12:41:46 thb 1.6.90.2: #i85898# Stripping all external header guards
2008/03/31 07:26:11 rt 1.6.90.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'stoc/source/registry_tdprovider')
-rw-r--r-- | stoc/source/registry_tdprovider/rdbtdp_tdenumeration.hxx | 67 |
1 files changed, 18 insertions, 49 deletions
diff --git a/stoc/source/registry_tdprovider/rdbtdp_tdenumeration.hxx b/stoc/source/registry_tdprovider/rdbtdp_tdenumeration.hxx index 1a8d945d4fb0..7fa2af815a48 100644 --- a/stoc/source/registry_tdprovider/rdbtdp_tdenumeration.hxx +++ b/stoc/source/registry_tdprovider/rdbtdp_tdenumeration.hxx @@ -1,35 +1,30 @@ /************************************************************************* * - * OpenOffice.org - a multi-platform office productivity suite + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * $RCSfile: rdbtdp_tdenumeration.hxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.6 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: rt $ $Date: 2005-09-08 08:04:38 $ + * $RCSfile: rdbtdp_tdenumeration.hxx,v $ + * $Revision: 1.7 $ * - * 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,44 +32,18 @@ #define _STOC_RDBTDP_TDENUMERATION_HXX #include <list> - -#ifndef _OSL_MUTEX_HXX_ #include <osl/mutex.hxx> -#endif -#ifndef _RTL_REF_HXX_ #include <rtl/ref.hxx> -#endif -#ifndef _REGISTRY_REFLTYPE_HXX_ #include <registry/refltype.hxx> -#endif -#ifndef _COM_SUN_STAR_CONTAINER_XHIERARCHICALNAMEACCESS_HPP_ #include <com/sun/star/container/XHierarchicalNameAccess.hpp> -#endif -#ifndef _COM_SUN_STAR_REFLECTION_INVALIDTYPENAMEEXCEPTION_HPP_ #include <com/sun/star/reflection/InvalidTypeNameException.hpp> -#endif -#ifndef _COM_SUN_STAR_REFLECTION_NOSUCHTYPENAMEEXCEPTION_HPP_ #include <com/sun/star/reflection/NoSuchTypeNameException.hpp> -#endif -#ifndef _COM_SUN_STAR_REFLECTION_TYPEDESCRIPTIONSEARCHDEPTH_HPP_ #include <com/sun/star/reflection/TypeDescriptionSearchDepth.hpp> -#endif -#ifndef _COM_SUN_STAR_REFLECTION_XTYPEDESCRIPTIONENUMERATION_HPP_ #include <com/sun/star/reflection/XTypeDescriptionEnumeration.hpp> -#endif -#ifndef _COM_SUN_STAR_UNO_SEQUENCE_HXX_ #include <com/sun/star/uno/Sequence.hxx> -#endif -#ifndef _COM_SUN_STAR_UNO_TYPECLASS_HPP_ #include <com/sun/star/uno/TypeClass.hpp> -#endif -#ifndef _CPPUHELPER_IMPLBASE1_HXX_ #include <cppuhelper/implbase1.hxx> -#endif - -#ifndef _STOC_RDBTDP_BASE_HXX #include "base.hxx" -#endif namespace stoc_rdbtdp { |