diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:09:02 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:09:02 +0000 |
commit | 8085acdec2f38f48bdfd4d9fb3126a2f603b63ef (patch) | |
tree | 44cb5a58b2126cc8e5ef3c85cd70ffc2bbfb9ce2 /framework/source | |
parent | 9e3bf0aff8eaf9bf496dfb5a4f0b35b92e749ccf (diff) |
INTEGRATION: CWS pchfix02 (1.6.52); FILE MERGED
2006/09/01 17:29:18 kaib 1.6.52.1: #i68856# Added header markers and pch files
Diffstat (limited to 'framework/source')
-rw-r--r-- | framework/source/services/dispatchhelper.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/framework/source/services/dispatchhelper.cxx b/framework/source/services/dispatchhelper.cxx index 10ee87c9f2c3..67039e1d5925 100644 --- a/framework/source/services/dispatchhelper.cxx +++ b/framework/source/services/dispatchhelper.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dispatchhelper.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2006-06-19 11:26:21 $ + * last change: $Author: obo $ $Date: 2006-09-16 14:09:02 $ * * 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 |