diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 14:45:05 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 14:45:05 +0000 |
commit | 7b93574d67eac0be5adcd1e514276594ce5cf40d (patch) | |
tree | d2063a5d2b175ae778679c124f94d0b08b3077c4 /goodies/source | |
parent | c39fad17dc8b3dabfc6e8298434482ba11a9c81f (diff) |
INTEGRATION: CWS pchfix02 (1.5.24); FILE MERGED
2006/09/01 17:30:06 kaib 1.5.24.1: #i68856# Added header markers and pch files
Diffstat (limited to 'goodies/source')
-rw-r--r-- | goodies/source/filter.vcl/expm/expm.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/goodies/source/filter.vcl/expm/expm.cxx b/goodies/source/filter.vcl/expm/expm.cxx index 69f65e778b42..1f77cb6f6e81 100644 --- a/goodies/source/filter.vcl/expm/expm.cxx +++ b/goodies/source/filter.vcl/expm/expm.cxx @@ -4,9 +4,9 @@ * * $RCSfile: expm.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-19 21:44:13 $ + * last change: $Author: obo $ $Date: 2006-09-17 15:45:05 $ * * 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> @@ -276,7 +279,6 @@ extern "C" BOOL __LOADONCALLAPI GraphicExport( SvStream& rStream, Graphic& rGrap } #ifndef GCC -#pragma hdrstop #endif // --------------- |