diff options
Diffstat (limited to 'goodies')
-rw-r--r-- | goodies/source/filter.vcl/ipcd/ipcd.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/goodies/source/filter.vcl/ipcd/ipcd.cxx b/goodies/source/filter.vcl/ipcd/ipcd.cxx index e0b1e0c73790..f4720e9b20bc 100644 --- a/goodies/source/filter.vcl/ipcd/ipcd.cxx +++ b/goodies/source/filter.vcl/ipcd/ipcd.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ipcd.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2006-06-19 21:48:06 $ + * last change: $Author: obo $ $Date: 2006-09-17 15:51:43 $ * * 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 "rtl/alloc.h" #include <vcl/graph.hxx> #include <vcl/bmpacc.hxx> @@ -413,7 +416,6 @@ extern "C" BOOL GraphicImport(SvStream & rStream, Graphic & rGraphic, //============================= fuer Windows ================================== #ifndef GCC -#pragma hdrstop #endif #ifdef WIN |