diff options
-rw-r--r-- | svx/source/form/fmscriptingenv.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/svx/source/form/fmscriptingenv.cxx b/svx/source/form/fmscriptingenv.cxx index a7d50cd43747..aada76d9703f 100644 --- a/svx/source/form/fmscriptingenv.cxx +++ b/svx/source/form/fmscriptingenv.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fmscriptingenv.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: ihi $ $Date: 2006-08-28 15:01:24 $ + * last change: $Author: rt $ $Date: 2006-10-30 08:47:52 $ * * 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_svx.hxx" + #ifndef SVX_FMSCRIPTINGENV_HXX #include "fmscriptingenv.hxx" #endif |