diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 11:36:32 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 11:36:32 +0000 |
commit | c2f8edf612f9b873611e21634f893a8a6665b348 (patch) | |
tree | 9b332f27bcb8700296db6cde58b3fb250df4beb3 /sfx2/source/dialog | |
parent | eb14af84b4c700b1dc144db92d2a5700c3a1d8ab (diff) |
INTEGRATION: CWS changefileheader (1.28.216); FILE MERGED
2008/04/01 15:39:05 thb 1.28.216.3: #i85898# Stripping all external header guards
2008/04/01 12:40:45 thb 1.28.216.2: #i85898# Stripping all external header guards
2008/03/31 13:38:13 rt 1.28.216.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'sfx2/source/dialog')
-rw-r--r-- | sfx2/source/dialog/filtergrouping.cxx | 71 |
1 files changed, 18 insertions, 53 deletions
diff --git a/sfx2/source/dialog/filtergrouping.cxx b/sfx2/source/dialog/filtergrouping.cxx index 70d3a89bd6bf..944e0dbd7c01 100644 --- a/sfx2/source/dialog/filtergrouping.cxx +++ b/sfx2/source/dialog/filtergrouping.cxx @@ -1,81 +1,48 @@ /************************************************************************* * - * OpenOffice.org - a multi-platform office productivity suite + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * $RCSfile: filtergrouping.cxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.28 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: hr $ $Date: 2007-06-27 23:12:12 $ + * $RCSfile: filtergrouping.cxx,v $ + * $Revision: 1.29 $ * - * 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_sfx2.hxx" - -#ifndef SFX2_FILTERGROUPING_HXX #include "filtergrouping.hxx" -#endif -#ifndef _SFX_FCONTNR_HXX #include <sfx2/fcontnr.hxx> -#endif -#ifndef _FILEDLGHELPER_HXX #include <sfx2/filedlghelper.hxx> -#endif -#ifndef _SFX_HRC #include <sfx2/sfx.hrc> -#endif -#ifndef _SFX_SFXRESID_HXX #include "sfxresid.hxx" -#endif -#ifndef _OSL_THREAD_H_ #include <osl/thread.h> -#endif -#ifndef _COM_SUN_STAR_UI_DIALOGS_XFILTERGROUPMANAGER_HPP_ #include <com/sun/star/ui/dialogs/XFilterGroupManager.hpp> -#endif -#ifndef _COM_SUN_STAR_BEANS_STRINGPAIR_HPP_ #include <com/sun/star/beans/StringPair.hpp> -#endif -#ifndef _COM_SUN_STAR_UNO_SEQUENCE_HXX_ #include <com/sun/star/uno/Sequence.hxx> -#endif - -#ifndef _UNOTOOLS_CONFIGNODE_HXX_ #include <unotools/confignode.hxx> -#endif -#ifndef _COMPHELPER_PROCESSFACTORY_HXX_ #include <comphelper/processfactory.hxx> -#endif -#ifndef _COMPHELPER_SEQUENCEASHASHMAP_HXX_ #include <comphelper/sequenceashashmap.hxx> -#endif -#ifndef _WLDCRD_HXX //autogen #include <tools/wldcrd.hxx> -#endif #ifndef _LIST_ #include <list> @@ -89,9 +56,7 @@ #ifndef _ALGORITHM_ #include <algorithm> #endif -#ifndef _SFX_OBJFAC_HXX #include <sfx2/docfac.hxx> -#endif //........................................................................ namespace sfx2 |