summaryrefslogtreecommitdiff
path: root/forms/source/richtext
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-04-11 07:48:04 +0000
committerRüdiger Timm <rt@openoffice.org>2008-04-11 07:48:04 +0000
commit0bed891f44e507cd7a9f67376cadcb0f3fbab36e (patch)
treee3f794e2642c2f85e118e536ea43006dd524ec1f /forms/source/richtext
parent7143c79e99c7fec37e1973f4c3d06a94a190e820 (diff)
INTEGRATION: CWS changefileheader (1.10.6); FILE MERGED
2008/04/01 15:16:39 thb 1.10.6.3: #i85898# Stripping all external header guards 2008/04/01 12:30:31 thb 1.10.6.2: #i85898# Stripping all external header guards 2008/03/31 13:11:41 rt 1.10.6.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'forms/source/richtext')
-rw-r--r--forms/source/richtext/richtextvclcontrol.cxx67
1 files changed, 18 insertions, 49 deletions
diff --git a/forms/source/richtext/richtextvclcontrol.cxx b/forms/source/richtext/richtextvclcontrol.cxx
index b1cd1a6716b9..2e9d41b2f8ed 100644
--- a/forms/source/richtext/richtextvclcontrol.cxx
+++ b/forms/source/richtext/richtextvclcontrol.cxx
@@ -1,57 +1,40 @@
/*************************************************************************
*
- * OpenOffice.org - a multi-platform office productivity suite
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
- * $RCSfile: richtextvclcontrol.cxx,v $
+ * Copyright 2008 by Sun Microsystems, Inc.
*
- * $Revision: 1.10 $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * last change: $Author: rt $ $Date: 2008-03-12 13:01:49 $
+ * $RCSfile: richtextvclcontrol.cxx,v $
+ * $Revision: 1.11 $
*
- * 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_forms.hxx"
-
-#ifndef FORMS_SOURCE_RICHTEXT_RICHTEXTVCLCONTROL_HXX
#include "richtextvclcontrol.hxx"
-#endif
-#ifndef FORMS_SOURCE_RICHTEXT_RICHTEXTIMPLCONTOL_HXX
#include "richtextimplcontrol.hxx"
-#endif
-
-#ifndef _SFXITEMPOOL_HXX
#include <svtools/itempool.hxx>
-#endif
-#ifndef _SFXITEMSET_HXX
#include <svtools/itemset.hxx>
-#endif
-#ifndef _SVTOOLS_LANGUAGEOPTIONS_HXX
#include <svtools/languageoptions.hxx>
-#endif
#if OSL_DEBUG_LEVEL > 0
#ifndef _TOOLS_TEMPFILE_HXX
#include <tools/tempfile.hxx>
@@ -70,26 +53,12 @@
#endif
#include "com/sun/star/ui/dialogs/TemplateDescription.hpp"
#endif
-
-#ifndef _SVX_SCRIPTTYPEITEM_HXX
#include <svx/scripttypeitem.hxx>
-#endif
-#ifndef _MyEDITENG_HXX
#include <svx/editeng.hxx>
-#endif
-#ifndef _MyEDITVIEW_HXX
#include <svx/editview.hxx>
-#endif
-#ifndef _EEITEM_HXX
#include <svx/eeitem.hxx>
-#endif
-
-#ifndef _SVX_FONTITEM_HXX
#include <svx/fontitem.hxx>
-#endif
-#ifndef _SVX_FHGTITEM_HXX
#include <svx/fhgtitem.hxx>
-#endif
#include <memory>