diff options
author | Sander Vesik <svesik@openoffice.org> | 2004-04-21 12:05:00 +0000 |
---|---|---|
committer | Sander Vesik <svesik@openoffice.org> | 2004-04-21 12:05:00 +0000 |
commit | 76b52abc9a914ea15b0dc303cd553aad2a5ea459 (patch) | |
tree | c66a6bd1b6a599484df2bd4517b1da07d956197a /sfx2/source/bastyp | |
parent | 2563cf3372581bf8ee057a5d1ff2543cf72a27ab (diff) |
INTEGRATION: CWS ooo20040329 (1.2.442); FILE MERGED
2004/03/18 10:33:08 waratah 1.2.442.1: :#i1858# exclude pragma hdrstop by bracketting for gcc
Diffstat (limited to 'sfx2/source/bastyp')
-rw-r--r-- | sfx2/source/bastyp/bitset.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sfx2/source/bastyp/bitset.cxx b/sfx2/source/bastyp/bitset.cxx index 758d3a378605..c8ee713afd96 100644 --- a/sfx2/source/bastyp/bitset.cxx +++ b/sfx2/source/bastyp/bitset.cxx @@ -2,9 +2,9 @@ * * $RCSfile: bitset.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: mba $ $Date: 2002-07-23 13:47:36 $ + * last change: $Author: svesik $ $Date: 2004-04-21 13:05:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -62,7 +62,9 @@ #ifndef _TOOLS_DEBUG_HXX //autogen #include <tools/debug.hxx> #endif +#ifndef GCC #pragma hdrstop +#endif #include "bitset.hxx" |