diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:26:57 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:26:57 +0000 |
commit | b75e8570d1143317d261af413eb19f8d6e12993b (patch) | |
tree | 9b2561d4ea9dee8d6c290985ffa5d1c842ae58be /scripting | |
parent | a505e71af6f6c14918e82b45c8e9a0a2379459b7 (diff) |
INTEGRATION: CWS pchfix02 (1.7.8); FILE MERGED
2006/09/01 17:35:34 kaib 1.7.8.1: #i68856# Added header markers and pch files
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/source/dlgprov/dlgprov.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/scripting/source/dlgprov/dlgprov.cxx b/scripting/source/dlgprov/dlgprov.cxx index 53dd3ea14133..18f37c863cf3 100644 --- a/scripting/source/dlgprov/dlgprov.cxx +++ b/scripting/source/dlgprov/dlgprov.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dlgprov.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: obo $ $Date: 2006-07-14 07:10:01 $ + * last change: $Author: obo $ $Date: 2006-09-16 12:26:57 $ * * 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_scripting.hxx" + #ifndef SCRIPTING_DLGPROV_HXX #include "dlgprov.hxx" #endif |