diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-09-09 10:27:25 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-09-09 10:27:25 +0000 |
commit | ce17f54973e8d6928a890c3acea23ebbf771b4ae (patch) | |
tree | 0fd441d16ed3fa42e3435f581b80c970908f4760 /goodies | |
parent | 38e21ac3890786c6c2d005968d71cc7ede7eb046 (diff) |
INTEGRATION: CWS ooo20040815 (1.3.202); FILE MERGED
2004/08/04 13:15:51 waratah 1.3.202.1: #i32569# remove pragmas from gcc build
Diffstat (limited to 'goodies')
-rw-r--r-- | goodies/source/filter.vcl/epbm/dlgepbm.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/goodies/source/filter.vcl/epbm/dlgepbm.cxx b/goodies/source/filter.vcl/epbm/dlgepbm.cxx index 768d9ecb0c53..7938d7ce1a30 100644 --- a/goodies/source/filter.vcl/epbm/dlgepbm.cxx +++ b/goodies/source/filter.vcl/epbm/dlgepbm.cxx @@ -2,9 +2,9 @@ * * $RCSfile: dlgepbm.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: sj $ $Date: 2002-07-16 09:38:29 $ + * last change: $Author: hr $ $Date: 2004-09-09 11:27:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -58,8 +58,10 @@ * * ************************************************************************/ - +#ifndef GCC #pragma hdrstop +#endif + #include <tools/ref.hxx> #include <svtools/FilterConfigItem.hxx> #include <vcl/msgbox.hxx> |