diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:07:31 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:07:31 +0000 |
commit | a250c27cdf8641eb9db335981c305f96e4fcd7a1 (patch) | |
tree | 0f7083015f1ff3418910a8bb84c57d6e630aa29b /forms | |
parent | b8509cfe5e75e23b0ca228a9973f75c9ccddc95b (diff) |
INTEGRATION: CWS pchfix02 (1.5.98); FILE MERGED
2006/09/01 17:27:48 kaib 1.5.98.1: #i68856# Added header markers and pch files
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/xforms/submission/submission_get.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/forms/source/xforms/submission/submission_get.cxx b/forms/source/xforms/submission/submission_get.cxx index 26b7bdba8f2d..db242b5f5fca 100644 --- a/forms/source/xforms/submission/submission_get.cxx +++ b/forms/source/xforms/submission/submission_get.cxx @@ -4,9 +4,9 @@ * * $RCSfile: submission_get.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-10-24 07:38:34 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:07:31 $ * * 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_get.hxx" |