summaryrefslogtreecommitdiff
path: root/svx/source/toolbars
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-04-11 02:44:23 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-04-11 02:44:23 +0000
commit53bfaa98219fd6d01b0a0233569ef1f1a13dd1c3 (patch)
tree74a81b5d126e5cc86e490798506a25e9e28f80c8 /svx/source/toolbars
parent839fa72f69f5d25010a1208e39b971fbd4770492 (diff)
INTEGRATION: CWS changefileheader (1.17.368); FILE MERGED
2008/04/01 15:51:50 thb 1.17.368.3: #i85898# Stripping all external header guards 2008/04/01 12:50:11 thb 1.17.368.2: #i85898# Stripping all external header guards 2008/03/31 14:24:10 rt 1.17.368.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'svx/source/toolbars')
-rw-r--r--svx/source/toolbars/extrusionbar.cxx73
1 files changed, 18 insertions, 55 deletions
diff --git a/svx/source/toolbars/extrusionbar.cxx b/svx/source/toolbars/extrusionbar.cxx
index 4dc98846e351..996d9efeb431 100644
--- a/svx/source/toolbars/extrusionbar.cxx
+++ b/svx/source/toolbars/extrusionbar.cxx
@@ -1,35 +1,30 @@
/*************************************************************************
*
- * OpenOffice.org - a multi-platform office productivity suite
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
- * $RCSfile: extrusionbar.cxx,v $
+ * Copyright 2008 by Sun Microsystems, Inc.
*
- * $Revision: 1.17 $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * last change: $Author: hr $ $Date: 2007-06-27 19:20:28 $
+ * $RCSfile: extrusionbar.cxx,v $
+ * $Revision: 1.18 $
*
- * 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.
*
************************************************************************/
@@ -39,57 +34,25 @@
#ifndef _COM_SUN_STAR_DRAWING_ENHANCEDCUSTOMSHAPEPARAMETERPARIR_HPP_
#include <com/sun/star/drawing/EnhancedCustomShapeParameterPair.hpp>
#endif
-#ifndef _COM_SUN_STAR_DRAWING_ENHANCEDCUSTOMSHAPEPARAMETERTYPE_HPP_
#include <com/sun/star/drawing/EnhancedCustomShapeParameterType.hpp>
-#endif
-#ifndef _COM_SUN_STAR_DRAWING_SHADEMODE_HPP_
#include <com/sun/star/drawing/ShadeMode.hpp>
-#endif
-#ifndef _COM_SUN_STAR_DRAWING_POSITION3D_HPP_
#include <com/sun/star/drawing/Position3D.hpp>
-#endif
-#ifndef _COM_SUN_STAR_DRAWING_DIRECTION3D_HPP_
#include <com/sun/star/drawing/Direction3D.hpp>
-#endif
-#ifndef _COM_SUN_STAR_DRAWING_PROJECTIONMODE_HPP_
#include <com/sun/star/drawing/ProjectionMode.hpp>
-#endif
-#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 _SFX_BINDINGS_HXX
#include <sfx2/bindings.hxx>
-#endif
-#ifndef _SVX_XSFLCLIT_HXX
#include <svx/xsflclit.hxx>
-#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 _SVX_COLRITEM_HXX
#include <svx/colritem.hxx>
-#endif
#include "chrtitem.hxx"
#include <svx/extrusionbar.hxx>