diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 07:19:33 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 07:19:33 +0000 |
commit | a08e83fbdebfd70ec5fe7acc1a56a24b4e19e32e (patch) | |
tree | 0dc10b8892c9227507f0c3b9fde6ce12fd496160 /vcl/os2 | |
parent | 7718aaa34c2526bb1c541933b03ffcd38686dfb4 (diff) |
INTEGRATION: CWS changefileheader (1.6.148); FILE MERGED
2008/04/01 16:05:25 thb 1.6.148.3: #i85898# Stripping all external header guards
2008/04/01 13:01:30 thb 1.6.148.2: #i85898# Stripping all external header guards
2008/03/28 15:44:32 rt 1.6.148.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'vcl/os2')
-rw-r--r-- | vcl/os2/source/gdi/salbmp.cxx | 54 | ||||
-rw-r--r-- | vcl/os2/source/gdi/salgdi.cxx | 55 | ||||
-rw-r--r-- | vcl/os2/source/gdi/salgdi3.cxx | 87 |
3 files changed, 54 insertions, 142 deletions
diff --git a/vcl/os2/source/gdi/salbmp.cxx b/vcl/os2/source/gdi/salbmp.cxx index d8d3d1f6ffbe..a281f615be55 100644 --- a/vcl/os2/source/gdi/salbmp.cxx +++ b/vcl/os2/source/gdi/salbmp.cxx @@ -1,60 +1,42 @@ /************************************************************************* * - * OpenOffice.org - a multi-platform office productivity suite + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * $RCSfile: salbmp.cxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.6 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: hr $ $Date: 2007-11-02 12:49:42 $ + * $RCSfile: salbmp.cxx,v $ + * $Revision: 1.7 $ * - * 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. * ************************************************************************/ #include <svpm.h> #define _SV_SALBMP_CXX - -#ifndef _RTL_ALLOC_H_ #include <rtl/alloc.h> -#endif -#ifndef _SV_SALBTYPE_HXX #include <vcl/salbtype.hxx> -#endif -#ifndef _SV_SALGDI_H #include <salgdi.h> -#endif -#ifndef _SV_SALDATA_HXX #include <saldata.hxx> -#endif -#ifndef _SV_SALBMP_H #include <salbmp.h> -#endif -#ifndef _SV_BITMAP_HXX #include <vcl/bitmap.hxx> // for BitmapSystemData -#endif #include <string.h> #ifndef __H_FT2LIB diff --git a/vcl/os2/source/gdi/salgdi.cxx b/vcl/os2/source/gdi/salgdi.cxx index 444aefa338aa..38a272ed095e 100644 --- a/vcl/os2/source/gdi/salgdi.cxx +++ b/vcl/os2/source/gdi/salgdi.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: salgdi.cxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.6 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: hr $ $Date: 2007-11-02 12:49:58 $ + * $RCSfile: salgdi.cxx,v $ + * $Revision: 1.7 $ * - * 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. * ************************************************************************/ @@ -37,26 +32,12 @@ #include <svpm.h> #define _SV_SALGDI_CXX - -#ifndef _TOOLS_DEBUG_HXX #include <tools/debug.hxx> -#endif - -#ifndef _SV_SALDATA_HXX #include <saldata.hxx> -#endif -#ifndef _SV_SALGDI_H #include <salgdi.h> -#endif -#ifndef _DEBUG_HXX #include <tools/debug.hxx> -#endif -#ifndef _SV_SALFRAME_H #include <salframe.h> -#endif -#ifndef _TL_POLY_HXX #include <tools/poly.hxx> -#endif #ifndef _RTL_STRINGBUF_HXX #include <rtl/strbuf.hxx> #endif diff --git a/vcl/os2/source/gdi/salgdi3.cxx b/vcl/os2/source/gdi/salgdi3.cxx index b8d8020acb91..e72ad9a0ad29 100644 --- a/vcl/os2/source/gdi/salgdi3.cxx +++ b/vcl/os2/source/gdi/salgdi3.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: salgdi3.cxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.7 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: kz $ $Date: 2008-03-31 13:24:38 $ + * $RCSfile: salgdi3.cxx,v $ + * $Revision: 1.8 $ * - * 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. * ************************************************************************/ @@ -43,14 +38,8 @@ #include <svpm.h> #define _SV_SALGDI3_CXX - -#ifndef _SVWIN_H #include <tools/svwin.h> -#endif - -#ifndef _RTL_TENCINFO_H #include <rtl/tencinfo.h> -#endif #ifndef _OSL_FILE_HXX #include <osl/file.hxx> #endif @@ -60,64 +49,24 @@ #ifndef _OSL_PROCESS_HXX #include <osl/process.h> #endif - -#ifndef _SV_SVAPP_HXX #include <vcl/svapp.hxx> -#endif -#ifndef _SV_SALDATA_HXX #include <saldata.hxx> -#endif -#ifndef _SV_SALGDI_H #include <salgdi.h> -#endif -#ifndef _SV_OUTFONT_HXX #include <vcl/outfont.hxx> -#endif -#ifndef _SV_FONT_HXX #include <vcl/font.hxx> -#endif -#ifndef _SV_SALLAYOUT_HXX #include <vcl/sallayout.hxx> -#endif -#ifndef _TL_POLY_HXX #include <tools/poly.hxx> -#endif -#ifndef _DEBUG_HXX #include <tools/debug.hxx> -#endif -#ifndef _RTL_TEXTCVT_H #include <rtl/textcvt.h> -#endif - -#ifndef _DEBUG_HXX #include <tools/debug.hxx> -#endif - -#ifndef _SV_SALDATA_HXX #include <saldata.hxx> -#endif -#ifndef _SV_SALGDI_H #include <salgdi.h> -#endif -#ifndef _SV_OUTFONT_HXX #include <outfont.hxx> -#endif -#ifndef _SV_SALLAYOUT_H #include <sallayout.h> -#endif // _SV_SALLAYOUT_H - -#ifndef _TL_POLY_HXX #include <tools/poly.hxx> -#endif -#ifndef _BGFX_POLYGON_B2DPOLYGON_HXX #include <basegfx/polygon/b2dpolygon.hxx> -#endif -#ifndef _BGFX_POLYGON_B2DPOLYPOLYGON_HXX #include <basegfx/polygon/b2dpolypolygon.hxx> -#endif -#ifndef _BGFX_MATRIX_B2DHOMMATRIX_HXX #include <basegfx/matrix/b2dhommatrix.hxx> -#endif #ifndef __H_FT2LIB #include <wingdi.h> |