diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-04-10 11:20:53 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-04-10 11:20:53 +0000 |
commit | b409b882aa5a6b25d2e6114042bbf5c9c59c3bdf (patch) | |
tree | 4d59bb16e8f505e1143b7e62c2abf35d97f04dc2 /linguistic | |
parent | ff62dfb6ad5015b8fca185e56e319ace03b7e9ba (diff) |
INTEGRATION: CWS changefileheader (1.20.2); FILE MERGED
2008/04/01 15:21:26 thb 1.20.2.3: #i85898# Stripping all external header guards
2008/04/01 12:31:45 thb 1.20.2.2: #i85898# Stripping all external header guards
2008/03/31 16:25:37 rt 1.20.2.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/dlistimp.cxx | 64 |
1 files changed, 18 insertions, 46 deletions
diff --git a/linguistic/source/dlistimp.cxx b/linguistic/source/dlistimp.cxx index 2803c1543523..455034f36b94 100644 --- a/linguistic/source/dlistimp.cxx +++ b/linguistic/source/dlistimp.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: dlistimp.cxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.20 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: obo $ $Date: 2008-03-25 16:26:17 $ + * $RCSfile: dlistimp.cxx,v $ + * $Revision: 1.21 $ * - * 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. * ************************************************************************/ @@ -40,40 +35,17 @@ #include "lngopt.hxx" #include <osl/file.hxx> - -#ifndef _FSYS_HXX #include <tools/fsys.hxx> -#endif -#ifndef _STREAM_HXX #include <tools/stream.hxx> -#endif -#ifndef _URLOBJ_HXX #include <tools/urlobj.hxx> -#endif -#ifndef INCLUDED_I18NPOOL_MSLANGID_HXX #include <i18npool/mslangid.hxx> -#endif -#ifndef INCLUDED_SVTOOLS_PATHOPTIONS_HXX #include <svtools/pathoptions.hxx> -#endif -#ifndef INCLUDED_SVTOOLS_USEROPTIONS_HXX #include <svtools/useroptions.hxx> -#endif -#ifndef _SFXDOCFILE_HXX #include <sfx2/docfile.hxx> -#endif -#ifndef _SV_SVAPP_HXX #include <vcl/svapp.hxx> -#endif #include <cppuhelper/factory.hxx> // helper for factories - -#ifndef _UNOTOOLS_LOCALFILEHELPER_HXX #include <unotools/localfilehelper.hxx> -#endif - -#ifndef _COM_SUN_STAR_FRAME_XSTORABLE_HPP_ #include <com/sun/star/frame/XStorable.hpp> -#endif #include <com/sun/star/lang/Locale.hpp> #include <com/sun/star/uno/Reference.h> #include <com/sun/star/linguistic2/DictionaryEventFlags.hpp> |