diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 13:05:40 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 13:05:40 +0000 |
commit | 8fa2c638f298ea43ab6c2bb8812ee63a41ca5636 (patch) | |
tree | 6f1f6240fe6294ddcc145b35b8e77b1344231e3d /xmlhelp/source | |
parent | 371ce1cefce1ac6779360feeacf79448e82ea009 (diff) |
INTEGRATION: CWS changefileheader (1.2.302); FILE MERGED
2008/04/01 16:07:46 thb 1.2.302.3: #i85898# Stripping all external header guards
2008/04/01 13:03:01 thb 1.2.302.2: #i85898# Stripping all external header guards
2008/03/31 13:04:27 rt 1.2.302.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'xmlhelp/source')
-rw-r--r-- | xmlhelp/source/treeview/tvfactory.hxx | 46 |
1 files changed, 30 insertions, 16 deletions
diff --git a/xmlhelp/source/treeview/tvfactory.hxx b/xmlhelp/source/treeview/tvfactory.hxx index 83f196ff458b..251e47a34dd0 100644 --- a/xmlhelp/source/treeview/tvfactory.hxx +++ b/xmlhelp/source/treeview/tvfactory.hxx @@ -1,30 +1,44 @@ +/************************************************************************* + * + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * Copyright 2008 by Sun Microsystems, Inc. + * + * OpenOffice.org - a multi-platform office productivity suite + * + * $RCSfile: tvfactory.hxx,v $ + * $Revision: 1.3 $ + * + * 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. + * + * 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). + * + * 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. + * + ************************************************************************/ + #ifndef _TREEVIEW_TVFACTORY_HXX_ #define _TREEVIEW_TVFACTORY_HXX_ -#ifndef _RTL_REF_HXX_ #include <rtl/ref.hxx> -#endif -#ifndef _RTL_USTRING_HXX_ #include <rtl/ustring.hxx> -#endif -#ifndef _CPPUHELPER_WEAK_HXX_ #include <cppuhelper/weak.hxx> -#endif -#ifndef _UCBHELPER_MACROS_HXX #include <ucbhelper/macros.hxx> -#endif -#ifndef _COM_SUN_STAR_UNO_XINTERFACE_HPP_ #include <com/sun/star/uno/XInterface.hpp> -#endif -#ifndef _COM_SUN_STAR_LANG_XSERVICEINFO_HPP_ #include <com/sun/star/lang/XServiceInfo.hpp> -#endif -#ifndef _COM_SUN_STAR_LANG_XTYPEPROVIDER_HPP_ #include <com/sun/star/lang/XTypeProvider.hpp> -#endif -#ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_ #include <com/sun/star/lang/XMultiServiceFactory.hpp> -#endif |