diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-04-10 18:09:15 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-04-10 18:09:15 +0000 |
commit | 39d7cef78abc65a3d2351eb1eb96a1ceebc32538 (patch) | |
tree | 5723325f34d5d76806bb1a6fcc2712fb58ab3d42 /svx/inc/unolingu.hxx | |
parent | dc4811b81e45ac0bf31fb9fe22713907e05dca4c (diff) |
INTEGRATION: CWS changefileheader (1.16.4); FILE MERGED
2008/04/01 15:49:25 thb 1.16.4.3: #i85898# Stripping all external header guards
2008/04/01 12:46:28 thb 1.16.4.2: #i85898# Stripping all external header guards
2008/03/31 14:18:01 rt 1.16.4.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'svx/inc/unolingu.hxx')
-rw-r--r-- | svx/inc/unolingu.hxx | 69 |
1 files changed, 18 insertions, 51 deletions
diff --git a/svx/inc/unolingu.hxx b/svx/inc/unolingu.hxx index 814a47b8106e..ba159f394079 100644 --- a/svx/inc/unolingu.hxx +++ b/svx/inc/unolingu.hxx @@ -1,82 +1,49 @@ /************************************************************************* * - * OpenOffice.org - a multi-platform office productivity suite + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * $RCSfile: unolingu.hxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.16 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: obo $ $Date: 2008-03-25 16:41:08 $ + * $RCSfile: unolingu.hxx,v $ + * $Revision: 1.17 $ * - * 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. * ************************************************************************/ #ifndef _UNO_LINGU_HXX #define _UNO_LINGU_HXX -#ifndef INCLUDED_I18NPOOL_LANG_H #include <i18npool/lang.h> -#endif -#ifndef _STRING_HXX #include <tools/string.hxx> -#endif -#ifndef _VOS_REFERNCE_HXX_ #include <vos/refernce.hxx> -#endif - -#ifndef _COM_SUN_STAR_UTIL_LANGUAGE_HPP_ #include <com/sun/star/util/Language.hpp> -#endif -#ifndef _COM_SUN_STAR_LANG_LOCALE_HPP_ #include <com/sun/star/lang/Locale.hpp> -#endif -#ifndef _COM_SUN_STAR_LINGUISTIC2_XLINGUSERVICEMANAGER_HPP_ #include <com/sun/star/linguistic2/XLinguServiceManager.hpp> -#endif -#ifndef _COM_SUN_STAR_LINGUISTIC2_XSPELLCHECKER1_HPP_ #include <com/sun/star/linguistic2/XSpellChecker1.hpp> -#endif -#ifndef _COM_SUN_STAR_LINGUISTIC2_XHYPHENATOR_HPP_ #include <com/sun/star/linguistic2/XHyphenator.hpp> -#endif -#ifndef _COM_SUN_STAR_LINGUISTIC2_XTHESAURUS_HPP_ #include <com/sun/star/linguistic2/XThesaurus.hpp> -#endif -#ifndef _COM_SUN_STAR_LINGUISTIC2_XDICTIONARYLIST_HPP_ #include <com/sun/star/linguistic2/XDictionaryList.hpp> -#endif -#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSET_HPP_ #include <com/sun/star/beans/XPropertySet.hpp> -#endif -#ifndef _COM_SUN_STAR_LINGUISTIC2_XDICTIONARY1_HPP_ #include <com/sun/star/linguistic2/XDictionary1.hpp> -#endif - -#ifndef INCLUDED_SVXDLLAPI_H #include "svx/svxdllapi.h" -#endif class LinguMgrExitLstnr; |