diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 10:24:45 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 10:24:45 +0000 |
commit | a4a2423ccba96b34006040cc3731b869b5fa297a (patch) | |
tree | 4c1c58b674cbb57a6320f4886963967339cd07eb /xmloff | |
parent | 0992bab97801054294252b70844a4631802022b4 (diff) |
INTEGRATION: CWS pchfix02 (1.3.158); FILE MERGED
2006/09/01 18:00:16 kaib 1.3.158.1: #i68856# Added header markers and pch files
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/transform/FrameOOoTContext.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xmloff/source/transform/FrameOOoTContext.cxx b/xmloff/source/transform/FrameOOoTContext.cxx index eec0af943cbb..8206845b09cc 100644 --- a/xmloff/source/transform/FrameOOoTContext.cxx +++ b/xmloff/source/transform/FrameOOoTContext.cxx @@ -4,9 +4,9 @@ * * $RCSfile: FrameOOoTContext.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 15:46:26 $ + * last change: $Author: obo $ $Date: 2006-09-17 11:24:45 $ * * 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" + #ifndef _XMLOFF_FRAMEOOOTCONTEXT_HXX #include "FrameOOoTContext.hxx" #endif |