summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-04-10 21:11:23 +0000
committerRüdiger Timm <rt@openoffice.org>2008-04-10 21:11:23 +0000
commit5946aad8759517d4e8080bcb32831a58119a5c04 (patch)
treeaf1512aca2fd0f040b5c956861d9742db008b5de /sc/source/ui/docshell
parent7ca3aac7fd6a3730cb56a0b190f7f943011fe857 (diff)
INTEGRATION: CWS changefileheader (1.98.34); FILE MERGED
2008/04/01 15:30:42 thb 1.98.34.3: #i85898# Stripping all external header guards 2008/04/01 12:36:41 thb 1.98.34.2: #i85898# Stripping all external header guards 2008/03/31 17:15:29 rt 1.98.34.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'sc/source/ui/docshell')
-rw-r--r--sc/source/ui/docshell/docsh.cxx57
1 files changed, 18 insertions, 39 deletions
diff --git a/sc/source/ui/docshell/docsh.cxx b/sc/source/ui/docshell/docsh.cxx
index 92d479bfb8d4..a237be162ba2 100644
--- a/sc/source/ui/docshell/docsh.cxx
+++ b/sc/source/ui/docshell/docsh.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: docsh.cxx,v $
+ * Copyright 2008 by Sun Microsystems, Inc.
*
- * $Revision: 1.98 $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * last change: $Author: kz $ $Date: 2008-03-07 12:19:13 $
+ * $RCSfile: docsh.cxx,v $
+ * $Revision: 1.99 $
*
- * 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.
*
************************************************************************/
@@ -41,12 +36,8 @@
#include "scitems.hxx"
#include <svx/eeitem.hxx>
-#ifndef _SVX_SVXENUM_HXX
#include <svx/svxenum.hxx>
-#endif
-#ifndef _SVX_ALGITEM_HXX
#include <svx/algitem.hxx>
-#endif
@@ -75,20 +66,11 @@
#include <svx/svxmsbas.hxx>
#include <svtools/fltrcfg.hxx>
#include <unotools/charclass.hxx>
-#ifndef _SV_VIRDEV_HXX
#include <vcl/virdev.hxx>
-#endif
-#ifndef SC_CHGTRACK_HXX
#include "chgtrack.hxx"
-#endif
#include "chgviset.hxx"
-
-#ifndef _SFXREQUEST_HXX
#include <sfx2/request.hxx>
-#endif
-#ifndef _COM_SUN_STAR_DOCUMENT_UPDATEDOCMODE_HPP_
#include <com/sun/star/document/UpdateDocMode.hpp>
-#endif
#include "scabstdlg.hxx" //CHINA001
@@ -145,10 +127,7 @@
#include "docsh.hxx"
#include "docshimp.hxx"
-
-#ifndef _RTL_LOGFILE_HXX_
#include <rtl/logfile.hxx>
-#endif
#include <comphelper/processfactory.hxx>