diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:03:44 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:03:44 +0000 |
commit | fe4a5654bd77a3b387b14f974d7f80a8e6d67ade (patch) | |
tree | ea95fc9b395a7744c31d69ce64879cffee817a67 /framework/source/jobs/jobdata.cxx | |
parent | ec4e0d51b289665e0cf94b8cdaa102eb42479a47 (diff) |
INTEGRATION: CWS pchfix02 (1.8.52); FILE MERGED
2006/09/01 17:29:14 kaib 1.8.52.1: #i68856# Added header markers and pch files
Diffstat (limited to 'framework/source/jobs/jobdata.cxx')
-rw-r--r-- | framework/source/jobs/jobdata.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/framework/source/jobs/jobdata.cxx b/framework/source/jobs/jobdata.cxx index 5a1c647879a8..fbea8f205459 100644 --- a/framework/source/jobs/jobdata.cxx +++ b/framework/source/jobs/jobdata.cxx @@ -4,9 +4,9 @@ * * $RCSfile: jobdata.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2006-06-19 11:22:55 $ + * last change: $Author: obo $ $Date: 2006-09-16 14:03:44 $ * * 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" + //________________________________ // my own includes |