diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 12:57:27 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 12:57:27 +0000 |
commit | 4ff3f45a4de6bb06254448371e05b23ea62e653f (patch) | |
tree | 1ffdeb9e5ae6bf8cb9f76d87c8220d8be87d5e17 | |
parent | d0ac58b16eb6e46dabf7c784a728e696a4839ec6 (diff) |
INTEGRATION: CWS pchfix02 (1.5.52); FILE MERGED
2006/09/01 17:29:09 kaib 1.5.52.1: #i68856# Added header markers and pch files
-rw-r--r-- | framework/source/helper/imageproducer.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/framework/source/helper/imageproducer.cxx b/framework/source/helper/imageproducer.cxx index 079a1ff6ccc1..105cca549629 100644 --- a/framework/source/helper/imageproducer.cxx +++ b/framework/source/helper/imageproducer.cxx @@ -4,9 +4,9 @@ * * $RCSfile: imageproducer.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-19 11:18:11 $ + * last change: $Author: obo $ $Date: 2006-09-16 13:57:27 $ * * 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_framework.hxx" + #include <helper/imageproducer.hxx> namespace framework |