summaryrefslogtreecommitdiff
path: root/sw/source/ui/uno
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-04-10 20:56:26 +0000
committerRüdiger Timm <rt@openoffice.org>2008-04-10 20:56:26 +0000
commit002899e8cd547f57f06e5c4df2f4dabe5ffb6fb2 (patch)
treef9c5dab51894ab7215ff94bfc3d2cdd5707f67f1 /sw/source/ui/uno
parent0a3b7fb33585664e53440da64b46d73a2ce4f30b (diff)
INTEGRATION: CWS changefileheader (1.40.34); FILE MERGED
2008/04/01 15:59:49 thb 1.40.34.3: #i85898# Stripping all external header guards 2008/04/01 12:56:00 thb 1.40.34.2: #i85898# Stripping all external header guards 2008/03/31 16:59:43 rt 1.40.34.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'sw/source/ui/uno')
-rw-r--r--sw/source/ui/uno/unoatxt.cxx87
1 files changed, 18 insertions, 69 deletions
diff --git a/sw/source/ui/uno/unoatxt.cxx b/sw/source/ui/uno/unoatxt.cxx
index 27d04f7b29de..26a4338355f2 100644
--- a/sw/source/ui/uno/unoatxt.cxx
+++ b/sw/source/ui/uno/unoatxt.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: unoatxt.cxx,v $
+ * Copyright 2008 by Sun Microsystems, Inc.
*
- * $Revision: 1.40 $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * last change: $Author: rt $ $Date: 2008-03-12 12:58:54 $
+ * $RCSfile: unoatxt.cxx,v $
+ * $Revision: 1.41 $
*
- * 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,76 +38,30 @@
#ifndef _COM_SUN_STAR_BEANS_PropertyAttribute_HPP_
#include <com/sun/star/beans/PropertyAttribute.hpp>
#endif
-#ifndef _VOS_MUTEX_HXX_ //autogen
#include <vos/mutex.hxx>
-#endif
-#ifndef _TOOLS_DEBUG_HXX
#include <tools/debug.hxx>
-#endif
-#ifndef _SV_SVAPP_HXX //autogen
#include <vcl/svapp.hxx>
-#endif
#include <svtools/svstdarr.hxx>
-#ifndef _SVTOOLS_UNOEVENT_HXX_
#include <svtools/unoevent.hxx>
-#endif
-#ifndef SVTOOLS_URIHELPER_HXX
#include <svtools/urihelper.hxx>
-#endif
-#ifndef _SFXEVENT_HXX
#include <sfx2/event.hxx>
-#endif
-#ifndef _SWTYPES_HXX
#include <swtypes.hxx>
-#endif
-#ifndef _GLOSDOC_HXX
#include <glosdoc.hxx>
-#endif
-#ifndef _SHELLIO_HXX
#include <shellio.hxx>
-#endif
-#ifndef _INITUI_HXX
#include <initui.hxx>
-#endif
-#ifndef _GLOSLST_HXX
#include <gloslst.hxx>
-#endif
-#ifndef _UNOATXT_HXX
#include <unoatxt.hxx>
-#endif
-#ifndef _UNOMAP_HXX
#include <unomap.hxx>
-#endif
-#ifndef _UNOOBJ_HXX
#include <unoobj.hxx>
-#endif
-#ifndef _SWEVENT_HXX
#include <swevent.hxx>
-#endif
-#ifndef _DOC_HXX //autogen
#include <doc.hxx>
-#endif
-#ifndef _UNOCRSR_HXX //autogen
#include <unocrsr.hxx>
-#endif
-#ifndef _BOOKMRK_HXX //autogen
#include <bookmrk.hxx>
-#endif
-#ifndef _UNOPRNMS_HXX
#include <unoprnms.hxx>
-#endif
-#ifndef _SWDOCSH_HXX
#include <docsh.hxx>
-#endif
-#ifndef _SWUNODEF_HXX
#include <swunodef.hxx>
-#endif
-#ifndef _SWMODULE_HXX
#include <swmodule.hxx>
-#endif
-#ifndef _SFXSMPLHINT_HXX
#include <svtools/smplhint.hxx>
-#endif
#include <svx/acorrcfg.hxx>