diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-10-30 07:11:12 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-10-30 07:11:12 +0000 |
commit | 86582876362c84cc10def1238543c433c475a6bb (patch) | |
tree | 05eea7587465bcd687d29d18ccecc17a53118a40 /framework | |
parent | a3adf0b7dd997f89231bf6b1ddb4b803de8c3c84 (diff) |
INTEGRATION: CWS ause060 (1.2.4); FILE MERGED
2006/09/25 15:39:51 hjs 1.2.4.1: #i69234# missing pch include
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/services/taskcreatorsrv.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/framework/source/services/taskcreatorsrv.cxx b/framework/source/services/taskcreatorsrv.cxx index 1ebc2ca061a0..57a64e738eca 100644 --- a/framework/source/services/taskcreatorsrv.cxx +++ b/framework/source/services/taskcreatorsrv.cxx @@ -4,9 +4,9 @@ * * $RCSfile: taskcreatorsrv.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2006-09-08 08:33:59 $ + * last change: $Author: rt $ $Date: 2006-10-30 08:11:12 $ * * 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" + #ifndef __FRAMEWORK_SERVICES_TASKCREATORSRV_HXX_ #include "services/taskcreatorsrv.hxx" #endif |