summaryrefslogtreecommitdiff
path: root/svx/source/outliner
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-04-11 01:18:32 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-04-11 01:18:32 +0000
commitadbb65df4ec4defe2c9a28a80836d1f604baebe8 (patch)
tree1d701c5eed6893eae216097051a6fbdf2a0e2e39 /svx/source/outliner
parent1131799d51e621c5929ebeaa84ce2f9a7e98d62a (diff)
INTEGRATION: CWS changefileheader (1.70.366); FILE MERGED
2008/04/01 15:51:24 thb 1.70.366.3: #i85898# Stripping all external header guards 2008/04/01 12:49:26 thb 1.70.366.2: #i85898# Stripping all external header guards 2008/03/31 14:23:08 rt 1.70.366.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'svx/source/outliner')
-rw-r--r--svx/source/outliner/outliner.cxx83
1 files changed, 19 insertions, 64 deletions
diff --git a/svx/source/outliner/outliner.cxx b/svx/source/outliner/outliner.cxx
index c607cb9b2b..c8e15b66d9 100644
--- a/svx/source/outliner/outliner.cxx
+++ b/svx/source/outliner/outliner.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: outliner.cxx,v $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * $Revision: 1.70 $
+ * $RCSfile: outliner.cxx,v $
+ * $Revision: 1.71 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 18:41:40 $
+ * 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.
*
************************************************************************/
@@ -39,10 +34,7 @@
#include <outl_pch.hxx>
#include <math.h>
-
-#ifndef _SFXSTYLE_HXX //autogen
#include <svtools/style.hxx>
-#endif
#ifndef _WRKWIN_HXX //autogen
#include <vcl/wrkwin.hxx>
#endif
@@ -55,56 +47,19 @@
#include <svx/eeitem.hxx>
#include <editstat.hxx>
#include <svx/scripttypeitem.hxx>
-
-#ifndef _EDITOBJ_HXX //autogen
#include <svx/editobj.hxx>
-#endif
-
-#ifndef _SFXITEMSET_HXX //autogen
#include <svtools/itemset.hxx>
-#endif
-
-#ifndef _SFX_WHITER_HXX //autogen
#include <svtools/whiter.hxx>
-#endif
-
-#ifndef _SV_METRIC_HXX //autogen
#include <vcl/metric.hxx>
-#endif
-
-#ifndef _SVX_NUMITEM_HXX
#include <svx/numitem.hxx>
-#endif
-
-#ifndef _SVX_ADJITEM_HXX
#include <svx/adjitem.hxx>
-#endif
-
-#ifndef _SV_GRAPH_HXX //autogen
#include <vcl/graph.hxx>
-#endif
-#ifndef _SV_GDIMTF_HXX
#include <vcl/gdimtf.hxx>
-#endif
-#ifndef _SV_METAACT_HXX
#include <vcl/metaact.hxx>
-#endif
-
-#ifndef _GRFMGR_HXX
#include <goodies/grfmgr.hxx>
-#endif
-
-#ifndef _SVX_SVXFONT_HXX
#include <svx/svxfont.hxx>
-#endif
-
-#ifndef _SVX_BRSHITEM_HXX
#include <svx/brshitem.hxx>
-#endif
-
-#ifndef _SFXITEMPOOL_HXX
#include <svtools/itempool.hxx>
-#endif
// #101498# calculate if it's RTL or not
#include <unicode/ubidi.h>