diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:07:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:07:43 +0000 |
commit | 6cef818aaac4a8fa252bd12c6ecc11dc87fc0e0d (patch) | |
tree | a932576ab7d1042d299621a2f8a2b0c140482775 /forms | |
parent | a250c27cdf8641eb9db335981c305f96e4fcd7a1 (diff) |
INTEGRATION: CWS pchfix02 (1.6.98); FILE MERGED
2006/09/01 17:27:48 kaib 1.6.98.1: #i68856# Added header markers and pch files
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/xforms/submission/submission_post.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/forms/source/xforms/submission/submission_post.cxx b/forms/source/xforms/submission/submission_post.cxx index e0ba9f609707..b67ce31a323b 100644 --- a/forms/source/xforms/submission/submission_post.cxx +++ b/forms/source/xforms/submission/submission_post.cxx @@ -4,9 +4,9 @@ * * $RCSfile: submission_post.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-10-24 07:38:49 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:07:43 $ * * 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_forms.hxx" + #include <memory> #include "submission_post.hxx" |