diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 12:54:33 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 12:54:33 +0000 |
commit | 31b0ef36432115b24a9347fa160d732cf61de3c2 (patch) | |
tree | 68a0066a9ebe74df8a2f5591381ac7db4134886a /framework/source/dispatch | |
parent | 70a6ef9e976eab93fdb24a0c5a9bcb2ab01fc5d9 (diff) |
INTEGRATION: CWS pchfix02 (1.4.70); FILE MERGED
2006/09/01 17:29:07 kaib 1.4.70.1: #i68856# Added header markers and pch files
Diffstat (limited to 'framework/source/dispatch')
-rw-r--r-- | framework/source/dispatch/interceptionhelper.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/framework/source/dispatch/interceptionhelper.cxx b/framework/source/dispatch/interceptionhelper.cxx index 540a41d7b1c5..4ffdbcc4c244 100644 --- a/framework/source/dispatch/interceptionhelper.cxx +++ b/framework/source/dispatch/interceptionhelper.cxx @@ -4,9 +4,9 @@ * * $RCSfile: interceptionhelper.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-05-08 14:43:35 $ + * last change: $Author: obo $ $Date: 2006-09-16 13:54:33 $ * * 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 |