summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-17 14:44:50 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-17 14:44:50 +0000
commitc39fad17dc8b3dabfc6e8298434482ba11a9c81f (patch)
tree5552e1401dc5ba7f1dca54d48afaf0ba1858d691
parent2e599d0a22234a8b9e580ac9f29b79c4f2f5a5b0 (diff)
INTEGRATION: CWS pchfix02 (1.7.16); FILE MERGED
2006/09/01 17:30:06 kaib 1.7.16.1: #i68856# Added header markers and pch files
-rw-r--r--goodies/source/filter.vcl/eras/eras.cxx8
-rw-r--r--goodies/source/filter.vcl/etiff/etiff.cxx8
2 files changed, 10 insertions, 6 deletions
diff --git a/goodies/source/filter.vcl/eras/eras.cxx b/goodies/source/filter.vcl/eras/eras.cxx
index b64d81878a27..737daa41d975 100644
--- a/goodies/source/filter.vcl/eras/eras.cxx
+++ b/goodies/source/filter.vcl/eras/eras.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: eras.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: obo $ $Date: 2006-07-10 14:19:40 $
+ * last change: $Author: obo $ $Date: 2006-09-17 15:44:37 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,6 +33,9 @@
*
************************************************************************/
+// MARKER(update_precomp.py): autogen include statement, do not remove
+#include "precompiled_goodies.hxx"
+
#include <vcl/graph.hxx>
#include <vcl/bmpacc.hxx>
#include <svtools/fltcall.hxx>
@@ -292,7 +295,6 @@ extern "C" BOOL __LOADONCALLAPI GraphicExport( SvStream& rStream, Graphic& rGrap
return aRASWriter.WriteRAS( rGraphic, rStream, pCallback, pCallerData, pConfigItem );
}
#ifndef GCC
-#pragma hdrstop
#endif
// ---------------
diff --git a/goodies/source/filter.vcl/etiff/etiff.cxx b/goodies/source/filter.vcl/etiff/etiff.cxx
index fa87da6b3314..44e42328a1f0 100644
--- a/goodies/source/filter.vcl/etiff/etiff.cxx
+++ b/goodies/source/filter.vcl/etiff/etiff.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: etiff.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: obo $ $Date: 2006-07-10 14:19:54 $
+ * last change: $Author: obo $ $Date: 2006-09-17 15:44:50 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,6 +33,9 @@
*
************************************************************************/
+// MARKER(update_precomp.py): autogen include statement, do not remove
+#include "precompiled_goodies.hxx"
+
#include <vcl/graph.hxx>
#include <vcl/svapp.hxx>
#include <vcl/msgbox.hxx>
@@ -615,7 +618,6 @@ extern "C" BOOL __LOADONCALLAPI GraphicExport( SvStream& rStream, Graphic& rGrap
}
#ifndef GCC
-#pragma hdrstop
#endif
// ---------------