summaryrefslogtreecommitdiff
path: root/sc/inc/chgtrack.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-04-10 17:19:35 +0000
committerRüdiger Timm <rt@openoffice.org>2008-04-10 17:19:35 +0000
commitbfbd178c7794fad4dca6b72dc2a1be2c8c3498f2 (patch)
tree74eb8a30dea5511f4f77ac975aa2747cd0f20805 /sc/inc/chgtrack.hxx
parent67a60bc3031ce8822cd0addf511c4fc52ce11d04 (diff)
INTEGRATION: CWS changefileheader (1.29.34); FILE MERGED
2008/04/01 15:29:20 thb 1.29.34.3: #i85898# Stripping all external header guards 2008/04/01 12:35:51 thb 1.29.34.2: #i85898# Stripping all external header guards 2008/03/31 17:13:27 rt 1.29.34.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'sc/inc/chgtrack.hxx')
-rw-r--r--sc/inc/chgtrack.hxx66
1 files changed, 18 insertions, 48 deletions
diff --git a/sc/inc/chgtrack.hxx b/sc/inc/chgtrack.hxx
index bdaadea824a4..6bd04c132a9d 100644
--- a/sc/inc/chgtrack.hxx
+++ b/sc/inc/chgtrack.hxx
@@ -1,35 +1,30 @@
/*************************************************************************
*
- * OpenOffice.org - a multi-platform office productivity suite
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
- * $RCSfile: chgtrack.hxx,v $
+ * Copyright 2008 by Sun Microsystems, Inc.
*
- * $Revision: 1.29 $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * last change: $Author: kz $ $Date: 2008-03-07 12:14:51 $
+ * $RCSfile: chgtrack.hxx,v $
+ * $Revision: 1.30 $
*
- * 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.
*
************************************************************************/
@@ -37,47 +32,22 @@
#define SC_CHGTRACK_HXX
-#ifndef _STRING_HXX //autogen
#include <tools/string.hxx>
-#endif
-#ifndef _DATETIME_HXX //autogen
#include <tools/datetime.hxx>
-#endif
-#ifndef _TOOLS_TABLE_HXX //autogen
#include <tools/table.hxx>
-#endif
-#ifndef _STACK_HXX //autogen
#include <tools/stack.hxx>
-#endif
-#ifndef _QUEUE_HXX //autogen
#include <tools/queue.hxx>
-#endif
-#ifndef _SVMEMPOOL_HXX //autogen
#include <tools/mempool.hxx>
-#endif
-#ifndef _LINK_HXX //autogen
#include <tools/link.hxx>
-#endif
-#ifndef _SFXLSTNER_HXX //autogen
#include <svtools/lstner.hxx>
-#endif
-
-#ifndef SC_SCGLOB_HXX
#include "global.hxx"
-#endif
-#ifndef SC_BIGRANGE_HXX
#include "bigrange.hxx"
-#endif
-#ifndef SC_COLLECT_HXX
#include "collect.hxx"
-#endif
#ifdef SC_CHGTRACK_CXX
// core/inc
-#ifndef SC_REFUPDAT_HXX
#include "refupdat.hxx"
#endif
-#endif
class ScBaseCell;