summaryrefslogtreecommitdiff
path: root/goodies
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-09-09 10:29:16 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-09-09 10:29:16 +0000
commit8f6b41436603448b8db58e12387fffa031b1dded (patch)
tree015e2c06ffec2f1d4e951bbb0ebcc379061f6667 /goodies
parent43804c0c4c59a78774416c3034ece2a33ff19759 (diff)
INTEGRATION: CWS ooo20040815 (1.8.156); FILE MERGED
2004/08/04 12:50:35 waratah 1.8.156.1: #i32569# exclude pragmas for gcc builds
Diffstat (limited to 'goodies')
-rw-r--r--goodies/source/filter.vcl/eps/dlgeps.cxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/goodies/source/filter.vcl/eps/dlgeps.cxx b/goodies/source/filter.vcl/eps/dlgeps.cxx
index c8beae745ca9..e916db00b587 100644
--- a/goodies/source/filter.vcl/eps/dlgeps.cxx
+++ b/goodies/source/filter.vcl/eps/dlgeps.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dlgeps.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: hr $ $Date: 2003-03-25 18:28:13 $
+ * last change: $Author: hr $ $Date: 2004-09-09 11:29:16 $
*
* 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 <vcl/msgbox.hxx>
#include <svtools/FilterConfigItem.hxx>