summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/fontdialog.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-04-11 09:48:15 +0000
committerRüdiger Timm <rt@openoffice.org>2008-04-11 09:48:15 +0000
commitd34c75f709abc540cb808171ca0b0cf81e67ba98 (patch)
tree368e9c8429993d362e942c5801b1b1f592277566 /extensions/source/propctrlr/fontdialog.cxx
parent1a01148a743a5aacbcf26ffee357652bb364e472 (diff)
INTEGRATION: CWS changefileheader (1.18.48); FILE MERGED
2008/04/01 15:15:15 thb 1.18.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:49 thb 1.18.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:41 rt 1.18.48.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'extensions/source/propctrlr/fontdialog.cxx')
-rw-r--r--extensions/source/propctrlr/fontdialog.cxx103
1 files changed, 18 insertions, 85 deletions
diff --git a/extensions/source/propctrlr/fontdialog.cxx b/extensions/source/propctrlr/fontdialog.cxx
index 822d90da845b..62426ba6019e 100644
--- a/extensions/source/propctrlr/fontdialog.cxx
+++ b/extensions/source/propctrlr/fontdialog.cxx
@@ -1,48 +1,37 @@
/*************************************************************************
*
- * OpenOffice.org - a multi-platform office productivity suite
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
- * $RCSfile: fontdialog.cxx,v $
+ * Copyright 2008 by Sun Microsystems, Inc.
*
- * $Revision: 1.18 $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * last change: $Author: ihi $ $Date: 2008-01-14 14:57:39 $
+ * $RCSfile: fontdialog.cxx,v $
+ * $Revision: 1.19 $
*
- * 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.
*
************************************************************************/
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_extensions.hxx"
-
-#ifndef _SFXSIDS_HRC
#include <sfx2/sfxsids.hrc>
-#endif
-
-#ifndef _EXTENSIONS_PROPCTRLR_FONTDIALOG_HXX_
#include "fontdialog.hxx"
-#endif
#ifndef EXTENSIONS_PROPRESID_HRC
#include "formresid.hrc"
#endif
@@ -52,96 +41,40 @@
#ifndef _EXTENSIONS_PROPCTRLR_FORMLOCALID_HRC_
#include "formlocalid.hrc"
#endif
-#ifndef _SV_SVAPP_HXX
#include <vcl/svapp.hxx>
-#endif
#ifndef _TOOLKIT_HELPER_VCLUNOHELPER_HXX_
#include <toolkit/unohlp.hxx>
#endif
-#ifndef _COMPHELPER_TYPES_HXX_
#include <comphelper/types.hxx>
-#endif
-#ifndef _COMPHELPER_EXTRACT_HXX_
#include <comphelper/extract.hxx>
-#endif
-#ifndef _COM_SUN_STAR_AWT_FONTDESCRIPTOR_HPP_
#include <com/sun/star/awt/FontDescriptor.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_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 _EXTENSIONS_FORMSCTRLR_FORMSTRINGS_HXX_
#include "formstrings.hxx"
-#endif
-
-#ifndef _EXTENSIONS_PROPCTRLR_FONTITEMIDS_HXX_
#include "fontitemids.hxx"
-#endif
-
-#ifndef _SVX_CHARRELIEFITEM_HXX
#include <svx/charreliefitem.hxx>
-#endif
#ifndef _SVX_EMPHITEM_HXX
#include <svx/emphitem.hxx>
#endif
-#ifndef _SVX_FONTITEM_HXX
#include <svx/fontitem.hxx>
-#endif
-#ifndef _SVX_FHGTITEM_HXX
#include <svx/fhgtitem.hxx>
-#endif
-#ifndef _SVX_POSTITEM_HXX
#include <svx/postitem.hxx>
-#endif
-#ifndef _SVX_WGHTITEM_HXX
#include <svx/wghtitem.hxx>
-#endif
-#ifndef _SVX_UDLNITEM_HXX
#include <svx/udlnitem.hxx>
-#endif
-#ifndef _SVX_CRSDITEM_HXX
#include <svx/crsditem.hxx>
-#endif
-#ifndef _SVX_COLRITEM_HXX
#include <svx/colritem.hxx>
-#endif
-#ifndef _SVX_FLSTITEM_HXX
#include <svx/flstitem.hxx>
-#endif
-#ifndef _SVX_LANGITEM_HXX
#include <svx/langitem.hxx>
-#endif
-#ifndef _SVX_WRLMITEM_HXX
#include <svx/wrlmitem.hxx>
-#endif
-#ifndef _SVX_CMAPITEM_HXX
#include <svx/cmapitem.hxx>
-#endif
-#ifndef _SVX_ITEM_HXX
#include <svx/cntritem.hxx>
-#endif
-#ifndef _SVX_SHDDITEM_HXX
#include <svx/shdditem.hxx>
-#endif
-#ifndef _SVX_FLSTITEM_HXX
#include <svx/flstitem.hxx>
-#endif
-#ifndef _CTRLTOOL_HXX
#include <svtools/ctrltool.hxx>
-#endif
#include <tools/diagnose_ex.h>
-#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSTATE_HPP_
#include <com/sun/star/beans/XPropertyState.hpp>
-#endif
#ifndef _SVX_SVXIDS_HRC
#include <svx/svxids.hrc> //CHINA001
#endif