diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 22:48:01 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 22:48:01 +0000 |
commit | 3b2f256520373f4b9c22185899925ba843cc3139 (patch) | |
tree | 09a87f2f643120c7abfb7b9c3d631416ec088fa8 /forms/source/component/DatabaseForm.cxx | |
parent | e30090f221caa316079b3511b8f8d068ceabae0c (diff) |
INTEGRATION: CWS pchfix02 (1.75.14); FILE MERGED
2006/09/01 17:27:33 kaib 1.75.14.1: #i68856# Added header markers and pch files
Diffstat (limited to 'forms/source/component/DatabaseForm.cxx')
-rw-r--r-- | forms/source/component/DatabaseForm.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/forms/source/component/DatabaseForm.cxx b/forms/source/component/DatabaseForm.cxx index 1ae886207..65092b6c3 100644 --- a/forms/source/component/DatabaseForm.cxx +++ b/forms/source/component/DatabaseForm.cxx @@ -4,9 +4,9 @@ * * $RCSfile: DatabaseForm.cxx,v $ * - * $Revision: 1.75 $ + * $Revision: 1.76 $ * - * last change: $Author: kz $ $Date: 2006-07-19 16:43:28 $ + * last change: $Author: obo $ $Date: 2006-09-16 23:48:01 $ * * 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 <stdio.h> #include <ctype.h> |