summaryrefslogtreecommitdiff
path: root/sw/source/ui/uno
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-04-10 20:55:01 +0000
committerRüdiger Timm <rt@openoffice.org>2008-04-10 20:55:01 +0000
commit167406a891a1c5daba8e7cc76d8d0d00f5df8288 (patch)
tree8c8e8c7bb374dec13ee9fbde9f5fc7ffa8a47d8e /sw/source/ui/uno
parent12ba7600cf3bdaee7b69ec5ac72606a7e3c36035 (diff)
INTEGRATION: CWS changefileheader (1.12.34); FILE MERGED
2008/04/01 15:59:49 thb 1.12.34.3: #i85898# Stripping all external header guards 2008/04/01 12:55:59 thb 1.12.34.2: #i85898# Stripping all external header guards 2008/03/31 16:59:43 rt 1.12.34.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'sw/source/ui/uno')
-rw-r--r--sw/source/ui/uno/dlelstnr.cxx66
1 files changed, 18 insertions, 48 deletions
diff --git a/sw/source/ui/uno/dlelstnr.cxx b/sw/source/ui/uno/dlelstnr.cxx
index 87eb57fa024d..c25254d2f92a 100644
--- a/sw/source/ui/uno/dlelstnr.cxx
+++ b/sw/source/ui/uno/dlelstnr.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: dlelstnr.cxx,v $
+ * Copyright 2008 by Sun Microsystems, Inc.
*
- * $Revision: 1.12 $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * last change: $Author: rt $ $Date: 2008-03-12 12:58:23 $
+ * $RCSfile: dlelstnr.cxx,v $
+ * $Revision: 1.13 $
*
- * 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.
*
************************************************************************/
@@ -39,47 +34,22 @@
-#ifndef _COM_SUN_STAR_LINGUISTIC2_DICTIONARYLISTEVENTFLAGS_HPP_
#include <com/sun/star/linguistic2/DictionaryListEventFlags.hpp>
-#endif
#ifndef _COM_SUN_STAR_LINGUISTIC_XDICTIONARYLIST_HPP_
#include <com/sun/star/linguistic2/XDictionaryList.hpp>
#endif
-#ifndef _COM_SUN_STAR_LINGUISTIC2_XLINGUSERVICEMANAGER_HPP_
#include <com/sun/star/linguistic2/XLinguServiceManager.hpp>
-#endif
-#ifndef _COM_SUN_STAR_LINGUISTIC2_LINGUSERVICEEVENTFLAGS_HPP_
#include <com/sun/star/linguistic2/LinguServiceEventFlags.hpp>
-#endif
#include <com/sun/star/uno/Reference.h>
-
-#ifndef _COMPHELPER_PROCESSFACTORY_HXX_
#include <comphelper/processfactory.hxx>
-#endif
-
-#ifndef _VOS_MUTEX_HXX_
#include <vos/mutex.hxx>
-#endif
-#ifndef _SV_SVAPP_HXX
#include <vcl/svapp.hxx>
-#endif
-#ifndef _SHL_HXX
#include <tools/shl.hxx>
-#endif
-
-#ifndef _DLELSTNR_HXX_
#include "dlelstnr.hxx"
-#endif
-#ifndef _SWMODULE_HXX
#include <swmodule.hxx>
-#endif
-#ifndef _WRTSH_HXX
#include <wrtsh.hxx>
-#endif
-#ifndef _SWVIEW_HXX
#include <view.hxx>
-#endif
using ::rtl::OUString;