summaryrefslogtreecommitdiff
path: root/starmath/source/config.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-04-10 11:41:31 +0000
committerRüdiger Timm <rt@openoffice.org>2008-04-10 11:41:31 +0000
commit9daa89c29840cb0e21015c364bd33e91088b57b0 (patch)
tree3ed3ad53ba7cb77bee5fa56be0738e8c2782a6d7 /starmath/source/config.cxx
parent26109b400493f7439421b4aac9e01bbda0076442 (diff)
INTEGRATION: CWS changefileheader (1.11.164); FILE MERGED
2008/04/01 15:41:57 thb 1.11.164.3: #i85898# Stripping all external header guards 2008/04/01 12:41:38 thb 1.11.164.2: #i85898# Stripping all external header guards 2008/03/31 16:29:36 rt 1.11.164.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'starmath/source/config.cxx')
-rw-r--r--starmath/source/config.cxx67
1 files changed, 18 insertions, 49 deletions
diff --git a/starmath/source/config.cxx b/starmath/source/config.cxx
index 3af89639e124..b778571a5c0f 100644
--- a/starmath/source/config.cxx
+++ b/starmath/source/config.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: config.cxx,v $
+ * Copyright 2008 by Sun Microsystems, Inc.
*
- * $Revision: 1.11 $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * last change: $Author: obo $ $Date: 2006-09-17 07:51:42 $
+ * $RCSfile: config.cxx,v $
+ * $Revision: 1.12 $
*
- * 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,21 @@
#include "precompiled_starmath.hxx"
-#ifndef _SFXITEMSET_HXX //autogen
#include <svtools/itemset.hxx>
-#endif
-#ifndef _SFXHINT_HXX //autogen
#include <svtools/hint.hxx>
-#endif
-#ifndef _SFXSMPLHINT_HXX //autogen
#include <svtools/smplhint.hxx>
-#endif
-#ifndef INCLUDED_SVTOOLS_PATHOPTIONS_HXX
#include <svtools/pathoptions.hxx>
-#endif
-#ifndef _SFXSIDS_HRC //autogen
#include <sfx2/sfxsids.hrc>
-#endif
-#ifndef _SFXENUMITEM_HXX //autogen
#include <svtools/eitem.hxx>
-#endif
-#ifndef _SFXITEMPOOL_HXX //autogen
#include <svtools/itempool.hxx>
-#endif
-#ifndef _SFXSTRITEM_HXX //autogen
#include <svtools/stritem.hxx>
-#endif
-#ifndef _SFXINTITEM_HXX //autogen
#include <svtools/intitem.hxx>
-#endif
-#ifndef _STREAM_HXX
#include <tools/stream.hxx>
-#endif
-#ifndef CONFIG_HXX
#include "config.hxx"
-#endif
-#ifndef FORMAT_HXX
#include "format.hxx"
-#endif
-#ifndef _SMMOD_HXX
#include "smmod.hxx"
-#endif
#ifndef _STARMATH_HRC
#include "starmath.hrc"
#endif