diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:27:27 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:27:27 +0000 |
commit | b05515b6cd992b10c2d72a4b8a25708ff0bc8ca1 (patch) | |
tree | cbfe06e51c5747611ca5f37de3611922f12e0d21 /xmloff/source/draw/layerexp.cxx | |
parent | e963d4b6de0c08294d7e67dbf981ca308c85552a (diff) |
INTEGRATION: CWS pchfix02 (1.6.34); FILE MERGED
2006/09/01 17:59:33 kaib 1.6.34.1: #i68856# Added header markers and pch files
Diffstat (limited to 'xmloff/source/draw/layerexp.cxx')
-rw-r--r-- | xmloff/source/draw/layerexp.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xmloff/source/draw/layerexp.cxx b/xmloff/source/draw/layerexp.cxx index 81eaebce3453..e181d473a745 100644 --- a/xmloff/source/draw/layerexp.cxx +++ b/xmloff/source/draw/layerexp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: layerexp.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2006-06-19 18:10:16 $ + * last change: $Author: obo $ $Date: 2006-09-17 10:27: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_xmloff.hxx" + #include <tools/debug.hxx> #ifndef _COM_SUN_STAR_DRAWING_XLAYERSUPPLIER_HPP_ |