summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-04-11 01:00:14 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-04-11 01:00:14 +0000
commite6b859662bfbb9378056377bcca92b5382057cad (patch)
tree9414490e07e7cf728ecb33732f1d8b3f115bacf6
parentd9efa73d24d346faf3372aa54d28cfb0360c5fc9 (diff)
INTEGRATION: CWS changefileheader (1.72.196); FILE MERGED
2008/04/01 15:51:18 thb 1.72.196.3: #i85898# Stripping all external header guards 2008/04/01 12:49:15 thb 1.72.196.2: #i85898# Stripping all external header guards 2008/03/31 14:22:38 rt 1.72.196.1: #i87441# Change license header to LPGL v3.
-rw-r--r--svx/source/items/textitem.cxx116
1 files changed, 19 insertions, 97 deletions
diff --git a/svx/source/items/textitem.cxx b/svx/source/items/textitem.cxx
index e0c2ea702a..9d43d8ca98 100644
--- a/svx/source/items/textitem.cxx
+++ b/svx/source/items/textitem.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: textitem.cxx,v $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * $Revision: 1.72 $
+ * $RCSfile: textitem.cxx,v $
+ * $Revision: 1.73 $
*
- * last change: $Author: ihi $ $Date: 2007-11-23 16:43:47 $
+ * 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.
*
************************************************************************/
@@ -37,28 +32,14 @@
#include "precompiled_svx.hxx"
// include ---------------------------------------------------------------
-
-#ifndef _COM_SUN_STAR_STYLE_CASEMAP_HPP_
#include <com/sun/star/style/CaseMap.hpp>
-#endif
-#ifndef _COM_SUN_STAR_AWT_FONTDESCRIPTOR_HPP_
#include <com/sun/star/awt/FontDescriptor.hpp>
-#endif
-#ifndef _COM_SUN_STAR_FRAME_STATUS_FONTHEIGHT_HPP_
#include <com/sun/star/frame/status/FontHeight.hpp>
-#endif
-
-#ifndef _SV_BITMAPEX_HXX
#include <vcl/bitmapex.hxx>
-#endif
-#ifndef _STREAM_HXX
#include <tools/stream.hxx>
-#endif
#include <toolkit/unohlp.hxx>
#include <math.h>
-#ifndef INCLUDED_RTL_MATH_HXX
#include <rtl/math.hxx>
-#endif
#include <svx/eeitem.hxx>
@@ -69,93 +50,36 @@
#include <svtools/memberid.hrc>
#include <svx/svxids.hrc>
#include <svx/svxitems.hrc>
-
-#ifndef _VCL_VCLENUM_HXX
#include <vcl/vclenum.hxx>
-#endif
-
-#ifndef _BIGINT_HXX //autogen
#include <tools/bigint.hxx>
-#endif
-#ifndef _TOOLS_TENCCVT_HXX //autogen
#include <tools/tenccvt.hxx>
-#endif
#include <rtl/ustring.hxx>
-#ifndef INCLUDED_I18NPOOL_MSLANGID_HXX
#include <i18npool/mslangid.hxx>
-#endif
-#ifndef _SFXITEMSET_HXX
#include <svtools/itemset.hxx>
-#endif
#include <svtools/langtab.hxx>
-
-#ifndef _SFXITEMPOOL_HXX
#include <svtools/itempool.hxx>
-#endif
-#ifndef _CTRLTOOL_HXX
#include <svtools/ctrltool.hxx>
-#endif
-#ifndef _SV_SETTINGS_HXX
#include <vcl/settings.hxx>
-#endif
-#ifndef _SV_SVAPP_HXX
#include <vcl/svapp.hxx>
-#endif
-
-#ifndef _COM_SUN_STAR_STYLE_CASEMAP_HPP_
#include <com/sun/star/style/CaseMap.hpp>
-#endif
-#ifndef _COM_SUN_STAR_AWT_SIMPLEFONTMETRIC_HPP_
#include <com/sun/star/awt/SimpleFontMetric.hpp>
-#endif
-#ifndef _COM_SUN_STAR_AWT_FONTWEIGHT_HPP_
#include <com/sun/star/awt/FontWeight.hpp>
-#endif
-#ifndef _COM_SUN_STAR_AWT_FONTSLANT_HPP_
#include <com/sun/star/awt/FontSlant.hpp>
-#endif
-#ifndef _COM_SUN_STAR_AWT_CHARSET_HPP_
#include <com/sun/star/awt/CharSet.hpp>
-#endif
-#ifndef _COM_SUN_STAR_AWT_FONTDESCRIPTOR_HPP_
#include <com/sun/star/awt/FontDescriptor.hpp>
-#endif
-#ifndef _COM_SUN_STAR_AWT_FONTWIDTH_HPP_
#include <com/sun/star/awt/FontWidth.hpp>
-#endif
-#ifndef _COM_SUN_STAR_AWT_XFONT_HPP_
#include <com/sun/star/awt/XFont.hpp>
-#endif
-#ifndef _COM_SUN_STAR_AWT_FONTTYPE_HPP_
#include <com/sun/star/awt/FontType.hpp>
-#endif
-#ifndef _COM_SUN_STAR_AWT_FONTUNDERLINE_HPP_
#include <com/sun/star/awt/FontUnderline.hpp>
-#endif
-#ifndef _COM_SUN_STAR_AWT_FONTSTRIKEOUT_HPP_
#include <com/sun/star/awt/FontStrikeout.hpp>
-#endif
-#ifndef _COM_SUN_STAR_AWT_FONTFAMILY_HPP_
#include <com/sun/star/awt/FontFamily.hpp>
-#endif
-#ifndef _COM_SUN_STAR_AWT_FONTPITCH_HPP_
#include <com/sun/star/awt/FontPitch.hpp>
-#endif
-#ifndef _COM_SUN_STAR_LANG_LOCALE_HPP_
#include <com/sun/star/lang/Locale.hpp>
-#endif
-#ifndef _COM_SUN_STAR_TEXT_FONTEMPHASIS_HPP_
#include <com/sun/star/text/FontEmphasis.hpp>
-#endif
-#ifndef _COM_SUN_STAR_I18N_SCRIPTTYPE_HPP_
#include <com/sun/star/i18n/ScriptType.hpp>
-#endif
-
-#ifndef _SVX_UNOMID_HXX
#include <svx/unomid.hxx>
-#endif
#include "flstitem.hxx"
@@ -192,9 +116,7 @@
#include "dlgutil.hxx"
// #90477#
-#ifndef _TOOLS_TENCCVT_HXX
#include <tools/tenccvt.hxx>
-#endif
#define STORE_UNICODE_MAGIC_MARKER 0xFE331188