diff options
author | Sander Vesik <svesik@openoffice.org> | 2004-04-21 12:11:22 +0000 |
---|---|---|
committer | Sander Vesik <svesik@openoffice.org> | 2004-04-21 12:11:22 +0000 |
commit | 5f485c486e29f205fec14d676eb62eaeb493268d (patch) | |
tree | 0bb43aa1d60417f4ebfed59dab33ea4866936656 /sfx2/source/dialog/dinfedt.cxx | |
parent | 0012c9f3cc22b5f3a6b99bb9f34504140a02086d (diff) |
INTEGRATION: CWS ooo20040329 (1.2.464); FILE MERGED
2004/03/18 10:36:43 waratah 1.2.464.1: :#i1858# exclude pragma hdrstop by bracketting for gcc
Diffstat (limited to 'sfx2/source/dialog/dinfedt.cxx')
-rw-r--r-- | sfx2/source/dialog/dinfedt.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sfx2/source/dialog/dinfedt.cxx b/sfx2/source/dialog/dinfedt.cxx index a6293cc301bb..9532a9d00847 100644 --- a/sfx2/source/dialog/dinfedt.cxx +++ b/sfx2/source/dialog/dinfedt.cxx @@ -2,9 +2,9 @@ * * $RCSfile: dinfedt.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: pb $ $Date: 2001-06-28 13:44:05 $ + * last change: $Author: svesik $ $Date: 2004-04-21 13:11:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,7 +59,9 @@ * ************************************************************************/ +#ifndef GCC #pragma hdrstop +#endif #include "dinfedt.hxx" #include "sfxresid.hxx" |