diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 17:20:01 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 17:20:01 +0000 |
commit | 1271005746644296c0f7ad114e759d8c97bd2ea8 (patch) | |
tree | e21902cc985bc1545a3ee15cfe84994e5fbe2f9f /sd/source | |
parent | 1f38481fbb76a72ab311441cab2557fb2d4eda00 (diff) |
INTEGRATION: CWS pchfix02 (1.5.280); FILE MERGED
2006/09/01 17:36:46 kaib 1.5.280.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/filter/cgm/sdcgmfilter.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sd/source/filter/cgm/sdcgmfilter.cxx b/sd/source/filter/cgm/sdcgmfilter.cxx index 41e7216e5fb4..7581d93574bc 100644 --- a/sd/source/filter/cgm/sdcgmfilter.cxx +++ b/sd/source/filter/cgm/sdcgmfilter.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sdcgmfilter.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-09 03:17:53 $ + * last change: $Author: obo $ $Date: 2006-09-16 18:20:01 $ * * 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_sd.hxx" + #include <vos/module.hxx> #include <tools/urlobj.hxx> #include <svtools/itemset.hxx> |