summaryrefslogtreecommitdiff
path: root/goodies/source/base3d
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-04-10 22:17:52 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-04-10 22:17:52 +0000
commit3eb2abc00f0e25ca48ae4f54b2d533659ed19318 (patch)
tree14576a02a25fa22e7da0ac417d8058db5e78ba19 /goodies/source/base3d
parent402fc2933628ee7a5f4058e9a7fdd8a024719b86 (diff)
INTEGRATION: CWS changefileheader (1.8.72); FILE MERGED
2008/04/01 15:19:31 thb 1.8.72.3: #i85898# Stripping all external header guards 2008/04/01 12:31:03 thb 1.8.72.2: #i85898# Stripping all external header guards 2008/03/31 13:39:31 rt 1.8.72.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'goodies/source/base3d')
-rw-r--r--goodies/source/base3d/b3dopngl.cxx62
1 files changed, 18 insertions, 44 deletions
diff --git a/goodies/source/base3d/b3dopngl.cxx b/goodies/source/base3d/b3dopngl.cxx
index bcdfb104e085..5b0d940ceb25 100644
--- a/goodies/source/base3d/b3dopngl.cxx
+++ b/goodies/source/base3d/b3dopngl.cxx
@@ -1,72 +1,46 @@
/*************************************************************************
*
- * OpenOffice.org - a multi-platform office productivity suite
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
- * $RCSfile: b3dopngl.cxx,v $
+ * Copyright 2008 by Sun Microsystems, Inc.
*
- * $Revision: 1.8 $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * last change: $Author: hr $ $Date: 2007-06-27 22:27:38 $
+ * $RCSfile: b3dopngl.cxx,v $
+ * $Revision: 1.9 $
*
- * 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_goodies.hxx"
-
-#ifndef _SV_OUTDEV_HXX
#include <vcl/outdev.hxx>
-#endif
-
-#ifndef _TOOLS_DEBUG_HXX
#include <tools/debug.hxx>
-#endif
-
-#ifndef INCLUDED_SVTOOLS_OPTIONS3D_HXX
#include <svtools/options3d.hxx>
-#endif
-
-#ifndef _B3D_B3DOPNGL_HXX
#include "b3dopngl.hxx"
-#endif
//#ifndef _B3D_HMATRIX_HXX
//#include "hmatrix.hxx"
//#endif
-
-#ifndef _B3D_B3DTEX_HXX
#include "b3dtex.hxx"
-#endif
-
-#ifndef _B3D_B3DTRANS_HXX
#include "b3dtrans.hxx"
-#endif
-
-#ifndef _B3D_B3DGEOM_HXX
#include <goodies/b3dgeom.hxx>
-#endif
/*************************************************************************
|*