diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-04-10 20:57:09 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-04-10 20:57:09 +0000 |
commit | 760f69be70ac5395fda6b1b499083448375e470c (patch) | |
tree | b8deb034f5240c0db3967b83e87c64973dd64878 | |
parent | 69d2fa88f6da0553916afddcadaea9432906f61d (diff) |
INTEGRATION: CWS changefileheader (1.24.196); FILE MERGED
2008/04/01 15:50:12 thb 1.24.196.3: #i85898# Stripping all external header guards
2008/04/01 12:48:04 thb 1.24.196.2: #i85898# Stripping all external header guards
2008/03/31 14:19:18 rt 1.24.196.1: #i87441# Change license header to LPGL v3.
-rw-r--r-- | svx/source/dialog/autocdlg.cxx | 68 |
1 files changed, 18 insertions, 50 deletions
diff --git a/svx/source/dialog/autocdlg.cxx b/svx/source/dialog/autocdlg.cxx index 2f5cc9deb0f1..bbd44e3219a9 100644 --- a/svx/source/dialog/autocdlg.cxx +++ b/svx/source/dialog/autocdlg.cxx @@ -1,35 +1,30 @@ /************************************************************************* * - * OpenOffice.org - a multi-platform office productivity suite + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * $RCSfile: autocdlg.cxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.24 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: ihi $ $Date: 2007-11-26 15:09:53 $ + * $RCSfile: autocdlg.cxx,v $ + * $Revision: 1.25 $ * - * 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. * ************************************************************************/ @@ -43,46 +38,19 @@ #define _SVSTDARR_STRINGSISORTDTOR #define _SVSTDARR_STRINGSDTOR #include <svtools/svstdarr.hxx> - -#ifndef _SV_MSGBOX_HXX #include <vcl/msgbox.hxx> -#endif -#ifndef _SV_FIELD_HXX //autogen #include <vcl/field.hxx> -#endif -#ifndef _SV_KEYCODES_HXX //autogen #include <vcl/keycodes.hxx> -#endif -#ifndef _SOT_EXCHANGE_HXX #include <sot/exchange.hxx> -#endif -#ifndef _TRANSFER_HXX #include <svtools/transfer.hxx> -#endif -#ifndef INCLUDED_SVTOOLS_SYSLOCALE_HXX #include <svtools/syslocale.hxx> -#endif -#ifndef _SFX_OBJSH_HXX #include <sfx2/objsh.hxx> -#endif -#ifndef _SFXVIEWSH_HXX #include <sfx2/viewsh.hxx> -#endif -#ifndef _UNOTOOLS_CHARCLASS_HXX #include <unotools/charclass.hxx> -#endif -#ifndef _UNOTOOLS_COLLATORWRAPPER_HXX #include <unotools/collatorwrapper.hxx> -#endif -#ifndef _COM_SUN_STAR_I18N_COLLATOROPTIONS_HPP_ #include <com/sun/star/i18n/CollatorOptions.hpp> -#endif -#ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_ #include <com/sun/star/lang/XMultiServiceFactory.hpp> -#endif -#ifndef _COMPHELPER_PROCESSFACTORY_HXX_ #include <comphelper/processfactory.hxx> -#endif #include <vcl/svapp.hxx> #include <sfx2/module.hxx> |