summaryrefslogtreecommitdiff
path: root/sw/source/ui/wrtsh/wrtsh3.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-04-10 21:18:17 +0000
committerRüdiger Timm <rt@openoffice.org>2008-04-10 21:18:17 +0000
commit4260ca0f6c72ef88b447c1c3681ec7a3e2119e78 (patch)
tree25a7422401d019563fe00b956a0460513c177b57 /sw/source/ui/wrtsh/wrtsh3.cxx
parent8c6bdb3cda0f6e665c1f8f74d715e02ba909bbd4 (diff)
INTEGRATION: CWS changefileheader (1.14.34); FILE MERGED
2008/04/01 15:59:55 thb 1.14.34.3: #i85898# Stripping all external header guards 2008/04/01 12:56:07 thb 1.14.34.2: #i85898# Stripping all external header guards 2008/03/31 17:00:15 rt 1.14.34.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'sw/source/ui/wrtsh/wrtsh3.cxx')
-rw-r--r--sw/source/ui/wrtsh/wrtsh3.cxx63
1 files changed, 18 insertions, 45 deletions
diff --git a/sw/source/ui/wrtsh/wrtsh3.cxx b/sw/source/ui/wrtsh/wrtsh3.cxx
index c7413fe4f17c..95c1e7df0088 100644
--- a/sw/source/ui/wrtsh/wrtsh3.cxx
+++ b/sw/source/ui/wrtsh/wrtsh3.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: wrtsh3.cxx,v $
+ * Copyright 2008 by Sun Microsystems, Inc.
*
- * $Revision: 1.14 $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * last change: $Author: rt $ $Date: 2008-03-12 13:00:27 $
+ * $RCSfile: wrtsh3.cxx,v $
+ * $Revision: 1.15 $
*
- * 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,39 +35,17 @@
#ifndef _SVX_SVXIDS_HRC //autogen
#include <svx/svxids.hrc>
#endif
-#ifndef _SFXAPP_HXX //autogen
#include <sfx2/app.hxx>
-#endif
-#ifndef _SFX_CHILDWIN_HXX //autogen
#include <sfx2/childwin.hxx>
-#endif
-#ifndef _SFX_BINDINGS_HXX //autogen
#include <sfx2/bindings.hxx>
-#endif
-#ifndef _SVDMARK_HXX //autogen
#include <svx/svdmark.hxx>
-#endif
-#ifndef _SVDVIEW_HXX //autogen
#include <svx/svdview.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 _SVX_HTMLMODE_HXX
#include <svx/htmlmode.hxx>
-#endif
-#ifndef _URLOBJ_HXX //autogen
#include <tools/urlobj.hxx>
-#endif
#include "wrtsh.hxx"
#include "view.hxx"
#include "bookmrk.hxx"