summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/ui/shells/textdrw.cxx66
1 files changed, 19 insertions, 47 deletions
diff --git a/sw/source/ui/shells/textdrw.cxx b/sw/source/ui/shells/textdrw.cxx
index d39eb53d69..8031028cad 100644
--- a/sw/source/ui/shells/textdrw.cxx
+++ b/sw/source/ui/shells/textdrw.cxx
@@ -1,35 +1,30 @@
/*************************************************************************
*
- * OpenOffice.org - a multi-platform office productivity suite
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * Copyright 2008 by Sun Microsystems, Inc.
*
- * $RCSfile: textdrw.cxx,v $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * $Revision: 1.14 $
+ * $RCSfile: textdrw.cxx,v $
+ * $Revision: 1.15 $
*
- * last change: $Author: rt $ $Date: 2008-03-12 12:54:45 $
+ * This file is part of OpenOffice.org.
*
- * The Contents of this file are made available subject to
- * the terms of GNU Lesser General Public License Version 2.1.
+ * 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.
*
+ * 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).
*
- * GNU Lesser General Public License Version 2.1
- * =============================================
- * Copyright 2005 by Sun Microsystems, Inc.
- * 901 San Antonio Road, Palo Alto, CA 94303, USA
- *
- * 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.
*
************************************************************************/
@@ -37,38 +32,19 @@
#include "precompiled_sw.hxx"
-
-#ifndef _SVDVIEW_HXX //autogen
#include <svx/svdview.hxx>
-#endif
-#ifndef _URLOBJ_HXX //autogen
#include <tools/urlobj.hxx>
-#endif
-#ifndef _SVX_FMGLOB_HXX
#include <svx/fmglob.hxx>
-#endif
-#ifndef _SVDOUNO_HXX //autogen
#include <svx/svdouno.hxx>
-#endif
-#ifndef _COM_SUN_STAR_FORM_FORMBUTTONTYPE_HPP_
#include <com/sun/star/form/FormButtonType.hpp>
-#endif
-#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSET_HPP_
#include <com/sun/star/beans/XPropertySet.hpp>
-#endif
#ifndef _VIEW_HXX
#include <view.hxx>
#endif
-#ifndef _WRTSH_HXX
#include <wrtsh.hxx>
-#endif
-#ifndef _EDTWIN_HXX
#include <edtwin.hxx>
-#endif
-#ifndef _SWUNDO_HXX
#include <swundo.hxx>
-#endif
#ifndef _BASESH_HXX
#include <basesh.hxx>
#endif
@@ -80,12 +56,8 @@
#ifndef _DOCSH_HXX
#include <docsh.hxx>
#endif
-#ifndef _SFXDOCFILE_HXX
#include <sfx2/docfile.hxx>
-#endif
-#ifndef SVTOOLS_URIHELPER_HXX
#include <svtools/urihelper.hxx>
-#endif
#include <avmedia/mediawindow.hxx>
#include <unomid.h>