summaryrefslogtreecommitdiff
path: root/svx/inc/svx/numitem.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-04-10 18:52:51 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-04-10 18:52:51 +0000
commitc872073a3cde785798a249d5decf0fffcd60d02b (patch)
tree51fdf8b8fa0ab0e696b68bdaad87cbbc97b0b6e9 /svx/inc/svx/numitem.hxx
parentea9d3805d1be8e1f6c388bd7037278ee81ecc6c0 (diff)
INTEGRATION: CWS changefileheader (1.4.50); FILE MERGED
2008/04/01 15:49:35 thb 1.4.50.3: #i85898# Stripping all external header guards 2008/04/01 12:46:44 thb 1.4.50.2: #i85898# Stripping all external header guards 2008/03/31 14:18:14 rt 1.4.50.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'svx/inc/svx/numitem.hxx')
-rw-r--r--svx/inc/svx/numitem.hxx66
1 files changed, 19 insertions, 47 deletions
diff --git a/svx/inc/svx/numitem.hxx b/svx/inc/svx/numitem.hxx
index e46065dfd6..d3d8b57aa2 100644
--- a/svx/inc/svx/numitem.hxx
+++ b/svx/inc/svx/numitem.hxx
@@ -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: numitem.hxx,v $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * $Revision: 1.4 $
+ * $RCSfile: numitem.hxx,v $
+ * $Revision: 1.5 $
*
- * last change: $Author: kz $ $Date: 2008-03-05 17:38:55 $
+ * 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.
*
************************************************************************/
#ifndef _SVX_NUMITEM_HXX
@@ -37,46 +32,23 @@
// include ---------------------------------------------------------------
-#ifndef _LINK_HXX //autogen
#include <tools/link.hxx>
-#endif
-#ifndef _STRING_HXX //autogen
#include <tools/string.hxx>
-#endif
-#ifndef _SFXPOOLITEM_HXX //autogen
#include <svtools/poolitem.hxx>
-#endif
-#ifndef _SVX_SVXENUM_HXX //autogen
#include <svx/svxenum.hxx>
-#endif
-#ifndef _SV_GEN_HXX //autogen
#include <tools/gen.hxx>
-#endif
#ifndef _SVX_NUMDEF_HXX //autogen
#include <svx/numdef.hxx>
#endif
#ifndef _SV_COLOR_HXX //autogen
#include <tools/color.hxx>
#endif
-#ifndef _CPPUHELPER_WEAKREF_HXX_
#include <cppuhelper/weakref.hxx>
-#endif
-#ifndef _COM_SUN_STAR_LANG_LOCALE_HPP_
#include <com/sun/star/lang/Locale.hpp>
-#endif
-#ifndef _COM_SUN_STAR_UNO_REFERENCE_H_
#include <com/sun/star/uno/Reference.h>
-#endif
-#ifndef _COM_SUN_STAR_STYLE_NUMBERINGTYPE_HPP_
#include <com/sun/star/style/NumberingType.hpp>
-#endif
-#ifndef _SV_FONTCVT_HXX
#include <vcl/fontcvt.hxx>
-#endif
-
-#ifndef INCLUDED_SVXDLLAPI_H
#include "svx/svxdllapi.h"
-#endif
class SvxBrushItem;
class Font;