diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-10-30 07:47:52 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-10-30 07:47:52 +0000 |
commit | eee76c0cc54cd22fbf17af5b3d4050e98f34d2e1 (patch) | |
tree | 9862f38c8bd4cac0d85ed5366427d57a83db351f /svx/source/form/fmscriptingenv.cxx | |
parent | 6f2051bd162d0d851ecf22b0c78a08920aec5478 (diff) |
INTEGRATION: CWS ause060 (1.2.20); FILE MERGED
2006/10/09 15:37:32 hjs 1.2.20.1: #i70234# add missing include
Diffstat (limited to 'svx/source/form/fmscriptingenv.cxx')
-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 |