diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-07-21 12:54:18 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-07-21 12:54:18 +0000 |
commit | 3f02e9ff3d8eafa576b8420325920bdf2e81e75c (patch) | |
tree | 43b406b539766670ff8244c51ec9895e3e9fd439 /sc/source/ui/drawfunc/mediash.cxx | |
parent | d8f039f12eb9113e7a524b0b7aa069ae720f0fe7 (diff) |
INTEGRATION: CWS pchfix01 (1.4.62); FILE MERGED
2006/07/12 10:02:40 kaib 1.4.62.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.
Diffstat (limited to 'sc/source/ui/drawfunc/mediash.cxx')
-rw-r--r-- | sc/source/ui/drawfunc/mediash.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/source/ui/drawfunc/mediash.cxx b/sc/source/ui/drawfunc/mediash.cxx index 213849c6a34a..ee25e207330c 100644 --- a/sc/source/ui/drawfunc/mediash.cxx +++ b/sc/source/ui/drawfunc/mediash.cxx @@ -4,9 +4,9 @@ * * $RCSfile: mediash.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2006-05-02 15:49:29 $ + * last change: $Author: kz $ $Date: 2006-07-21 13:54:18 $ * * 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_sc.hxx" + #include <sfx2/app.hxx> #include <sfx2/objface.hxx> #include <sfx2/request.hxx> |