diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-04-10 20:46:59 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-04-10 20:46:59 +0000 |
commit | c4bc705370aa28da8b94fcaf48369ee1aeeb8a76 (patch) | |
tree | 72ad4215116cafe35c6f271f5ac9dcfa4590fba5 /sc/source/ui/app/scdll.cxx | |
parent | bdae56ac7df17be018dfdad59a8bf04a1039c988 (diff) |
INTEGRATION: CWS changefileheader (1.43.80); FILE MERGED
2008/04/01 15:30:37 thb 1.43.80.2: #i85898# Stripping all external header guards
2008/03/31 17:15:09 rt 1.43.80.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'sc/source/ui/app/scdll.cxx')
-rw-r--r-- | sc/source/ui/app/scdll.cxx | 54 |
1 files changed, 18 insertions, 36 deletions
diff --git a/sc/source/ui/app/scdll.cxx b/sc/source/ui/app/scdll.cxx index 15cc52093cb4..5d149e7076b7 100644 --- a/sc/source/ui/app/scdll.cxx +++ b/sc/source/ui/app/scdll.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: scdll.cxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.43 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: ihi $ $Date: 2008-02-05 15:44:47 $ + * $RCSfile: scdll.cxx,v $ + * $Revision: 1.44 $ * - * 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. * ************************************************************************/ @@ -44,12 +39,8 @@ #ifndef _FM_FMOBJFAC_HXX #include <svx/fmobjfac.hxx> #endif -#ifndef _OBJFAC3D_HXX #include <svx/objfac3d.hxx> -#endif -#ifndef _SVX_TBXCOLOR_HXX #include <svx/tbxcolor.hxx> -#endif #include <sot/clsids.hxx> #include <sfx2/docfilt.hxx> @@ -59,16 +50,9 @@ #include <avmedia/mediaplayer.hxx> #include <avmedia/mediatoolbox.hxx> #include <comphelper/types.hxx> - -#ifndef _SVX_EXTRUSION_CONTROLS_HXX #include <svx/extrusioncontrols.hxx> -#endif -#ifndef _SVX_FONTWORK_GALLERY_DIALOG_HXX #include <svx/fontworkgallery.hxx> -#endif -#ifndef _SVX_TBXCUSTOMSHAPES_HXX #include <svx/tbxcustomshapes.hxx> -#endif #include <svtools/parhtml.hxx> #include <sot/formats.hxx> @@ -121,9 +105,7 @@ #include <svx/galbrws.hxx> #include <svx/clipboardctl.hxx> #include <svx/lboxctrl.hxx> -#ifndef _SVX_VERT_TEXT_TBXCTRL_HXX #include <svx/verttexttbxctrl.hxx> -#endif #include <svx/formatpaintbrushctrl.hxx> #include "tbinsert.hxx" |