diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:05:39 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:05:39 +0000 |
commit | ca1a5837bf49739ba5a76543aa8330355636a530 (patch) | |
tree | 03fc9099eee3a678821afcebfaa17b72528ee265 /forms | |
parent | 995bc8eb8958f94b71bc1fc92f00b45aebd56272 (diff) |
INTEGRATION: CWS pchfix02 (1.9.26); FILE MERGED
2006/09/01 17:27:47 kaib 1.9.26.1: #i68856# Added header markers and pch files
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/xforms/submission.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/forms/source/xforms/submission.cxx b/forms/source/xforms/submission.cxx index 0e45f6cab0c9..ebd44e73e5c3 100644 --- a/forms/source/xforms/submission.cxx +++ b/forms/source/xforms/submission.cxx @@ -4,9 +4,9 @@ * * $RCSfile: submission.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: hr $ $Date: 2006-06-19 13:05:12 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:05:39 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_forms.hxx" #include "submission.hxx" #include "model.hxx" |