summaryrefslogtreecommitdiff
path: root/svx/source/toolbars
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-04-11 02:44:39 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-04-11 02:44:39 +0000
commitf0b9d97bc49b45b61e3a1383dfe57d6ba275a80b (patch)
treea4a0ca9c4325ec69b6dc4f55dd00904a7697248a /svx/source/toolbars
parent10f119d74fa43309f9fa1e6f75b2ff2110481265 (diff)
INTEGRATION: CWS changefileheader (1.22.36); FILE MERGED
2008/04/01 15:51:50 thb 1.22.36.3: #i85898# Stripping all external header guards 2008/04/01 12:50:11 thb 1.22.36.2: #i85898# Stripping all external header guards 2008/03/31 14:24:10 rt 1.22.36.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'svx/source/toolbars')
-rw-r--r--svx/source/toolbars/fontworkbar.cxx83
1 files changed, 19 insertions, 64 deletions
diff --git a/svx/source/toolbars/fontworkbar.cxx b/svx/source/toolbars/fontworkbar.cxx
index 715f4eff2a..4044560e1f 100644
--- a/svx/source/toolbars/fontworkbar.cxx
+++ b/svx/source/toolbars/fontworkbar.cxx
@@ -1,102 +1,57 @@
/*************************************************************************
*
- * 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: fontworkbar.cxx,v $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * $Revision: 1.22 $
+ * $RCSfile: fontworkbar.cxx,v $
+ * $Revision: 1.23 $
*
- * last change: $Author: rt $ $Date: 2008-03-12 10:09:18 $
+ * 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.
*
************************************************************************/
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_svx.hxx"
-#ifndef _SVDUNDO_HXX
#include <svx/svdundo.hxx>
-#endif
-#ifndef _SFXAPP_HXX
#include <sfx2/app.hxx>
-#endif
-#ifndef _SFXREQUEST_HXX
#include <sfx2/request.hxx>
-#endif
-#ifndef _SFXOBJFACE_HXX
#include <sfx2/objface.hxx>
-#endif
-#ifndef _SFXVIEWSH_HXX
#include <sfx2/viewsh.hxx>
-#endif
-#ifndef _SVX_UNOAPI_HXX_
#include "unoapi.hxx"
-#endif
-#ifndef _COM_SUN_STAR_DRAWING_XSHAPE_HPP_
#include <com/sun/star/drawing/XShape.hpp>
-#endif
-#ifndef _COM_SUN_STAR_DRAWING_XENHANCEDCUSTOMSHAPEDEFAULTER_HPP_
#include <com/sun/star/drawing/XEnhancedCustomShapeDefaulter.hpp>
-#endif
-#ifndef _SVX_DIALMGR_HXX
#include <svx/dialmgr.hxx>
-#endif
-#ifndef _SVDOASHP_HXX
#include <svx/svdoashp.hxx>
-#endif
#ifndef _SVX_DIALOGS_HRC
#include <svx/dialogs.hrc>
#endif
-#ifndef _SVDVIEW_HXX
#include <svx/svdview.hxx>
-#endif
-#ifndef _SDASITM_HXX
#include <svx/sdasitm.hxx>
-#endif
-#ifndef _SVDOASHP_HXX
#include <svx/svdoashp.hxx>
-#endif
-#ifndef _COM_SUN_STAR_DRAWING_ENHANCEDCUSTOMSHAPEADJUSTMENTVALUE_HPP_
#include <com/sun/star/drawing/EnhancedCustomShapeAdjustmentValue.hpp>
-#endif
-#ifndef _SFX_BINDINGS_HXX
#include <sfx2/bindings.hxx>
-#endif
-
-#ifndef _EEITEM_HXX //autogen
#include <svx/eeitem.hxx>
-#endif
-#ifndef _SVX_CHARSCALEITEM_HXX
#include <svx/charscaleitem.hxx>
-#endif
-#ifndef _SVX_KERNITEM_HXX
#include <svx/kernitem.hxx>
-#endif
-
-#ifndef _SDRPAINTWINDOW_HXX
#include <sdrpaintwindow.hxx>
-#endif
#include <svx/svxids.hrc>
#include <svx/fontworkbar.hxx>