summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-04-11 00:42:01 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-04-11 00:42:01 +0000
commit1b2b55fa558989b58fdd2b9e724b7e115209759a (patch)
treee5d69292055b55f701bf74d62165447bdd1903d7
parentd6340474e056102f278638fe7e067002b1ddfe93 (diff)
INTEGRATION: CWS changefileheader (1.26.182); FILE MERGED
2008/04/01 15:31:22 thb 1.26.182.3: #i85898# Stripping all external header guards 2008/04/01 12:37:00 thb 1.26.182.2: #i85898# Stripping all external header guards 2008/03/31 17:20:02 rt 1.26.182.1: #i87441# Change license header to LPGL v3.
-rw-r--r--sc/source/ui/view/tabvwsh2.cxx53
1 files changed, 19 insertions, 34 deletions
diff --git a/sc/source/ui/view/tabvwsh2.cxx b/sc/source/ui/view/tabvwsh2.cxx
index 391717c00..0a9c06be3 100644
--- a/sc/source/ui/view/tabvwsh2.cxx
+++ b/sc/source/ui/view/tabvwsh2.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: tabvwsh2.cxx,v $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * $Revision: 1.26 $
+ * $RCSfile: tabvwsh2.cxx,v $
+ * $Revision: 1.27 $
*
- * last change: $Author: kz $ $Date: 2007-09-06 14:21: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.
*
************************************************************************/
@@ -49,9 +44,7 @@
#include <svtools/aeitem.hxx>
#include <svtools/whiter.hxx>
#include <svtools/moduleoptions.hxx>
-#ifndef _SVTOOLS_LANGUAGEOPTIONS_HXX
#include <svtools/languageoptions.hxx>
-#endif
#include <sfx2/dispatch.hxx>
#include "tabvwsh.hxx"
@@ -73,18 +66,10 @@
#include "appoptio.hxx"
// #98185# Create default drawing objects via keyboard
-#ifndef _SVDPAGV_HXX
#include <svx/svdpagv.hxx>
-#endif
-#ifndef _SFXSTRITEM_HXX //autogen
#include <svtools/stritem.hxx>
-#endif
-#ifndef _SVDPAGE_HXX
#include <svx/svdpage.hxx>
-#endif
-#ifndef SC_FUCONCUSTOMSHAPE_HXX
#include <fuconcustomshape.hxx>
-#endif
// -----------------------------------------------------------------------