diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 08:24:19 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 08:24:19 +0000 |
commit | 7479657fa981921e7991848828e48fdad0f09131 (patch) | |
tree | 230d1416108b6293468e0b9b0fdae9709f7d5d85 /fpicker/source/office | |
parent | 8af150a415aad82a3d40a43d78b4241572c888e1 (diff) |
INTEGRATION: CWS changefileheader (1.6.98); FILE MERGED
2008/04/01 15:17:00 thb 1.6.98.3: #i85898# Stripping all external header guards
2008/04/01 12:30:49 thb 1.6.98.2: #i85898# Stripping all external header guards
2008/03/31 13:13:14 rt 1.6.98.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'fpicker/source/office')
-rw-r--r-- | fpicker/source/office/fpsmartcontent.cxx | 59 |
1 files changed, 18 insertions, 41 deletions
diff --git a/fpicker/source/office/fpsmartcontent.cxx b/fpicker/source/office/fpsmartcontent.cxx index 70966e635a97..74e043a40ad7 100644 --- a/fpicker/source/office/fpsmartcontent.cxx +++ b/fpicker/source/office/fpsmartcontent.cxx @@ -1,73 +1,50 @@ /************************************************************************* * - * OpenOffice.org - a multi-platform office productivity suite + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * $RCSfile: fpsmartcontent.cxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.6 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: ihi $ $Date: 2007-06-05 15:08:29 $ + * $RCSfile: fpsmartcontent.cxx,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. * ************************************************************************/ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_fpicker.hxx" - -#ifndef SVTOOLS_SOURCE_FILEPICKER_FPSMARTCONTENT_HXX #include "fpsmartcontent.hxx" -#endif /** === begin UNO includes === **/ -#ifndef _COM_SUN_STAR_UCB_XCONTENTCREATOR_HPP_ #include <com/sun/star/ucb/XContentCreator.hpp> -#endif -#ifndef _COM_SUN_STAR_CONTAINER_XCHILD_HPP_ #include <com/sun/star/container/XChild.hpp> -#endif -#ifndef _COM_SUN_STAR_UCB_CONTENTINFOATTRIBUTE_HPP_ #include <com/sun/star/ucb/ContentInfoAttribute.hpp> -#endif /** === end UNO includes === **/ #ifndef _UNOTOOLS_PROCESSFACTORY_HXX #include <comphelper/processfactory.hxx> #endif -#ifndef _UCBHELPER_COMMANDENVIRONMENT_HXX #include <ucbhelper/commandenvironment.hxx> -#endif - -#ifndef _SOLAR_H #include <tools/solar.h> -#endif -#ifndef _TOOLS_DEBUG_HXX #include <tools/debug.hxx> -#endif -#ifndef _STRING_HXX #include <tools/string.hxx> -#endif //........................................................................ namespace svt |