diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-09-09 10:24:23 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-09-09 10:24:23 +0000 |
commit | 0491b1694a3901dbdfecb156d3163718bfda4af5 (patch) | |
tree | 6e34300a1dc219508569c33c8f8d3cb4a681dca8 /goodies/source | |
parent | f30e62df1c09771107844aa3fd897902bb42449f (diff) |
INTEGRATION: CWS ooo20040815 (1.1.1.1.240); FILE MERGED
2004/08/04 12:50:36 waratah 1.1.1.1.240.1: #i32569# exclude pragmas for gcc builds
Diffstat (limited to 'goodies/source')
-rw-r--r-- | goodies/source/base3d/b3dcolor.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/goodies/source/base3d/b3dcolor.cxx b/goodies/source/base3d/b3dcolor.cxx index 8cb9b0087c94..287848e7d296 100644 --- a/goodies/source/base3d/b3dcolor.cxx +++ b/goodies/source/base3d/b3dcolor.cxx @@ -2,9 +2,9 @@ * * $RCSfile: b3dcolor.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:30:10 $ + * last change: $Author: hr $ $Date: 2004-09-09 11:24:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -58,8 +58,9 @@ * * ************************************************************************/ - +#ifndef GCC #pragma hdrstop +#endif #ifndef _B3D_B3DCOLOR_HXX #include "b3dcolor.hxx" |