diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 22:58:46 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 22:58:46 +0000 |
commit | 28d5151bb2b96490892201805f2d17b0f3e68be7 (patch) | |
tree | 3cdf375c50ee52fac03151a1d14265a9d9b5fe7d /forms/source/resource | |
parent | 263e84f506e98997e54785fb8a42737e2c8e5b9f (diff) |
INTEGRATION: CWS pchfix02 (1.5.52); FILE MERGED
2006/09/01 17:27:42 kaib 1.5.52.1: #i68856# Added header markers and pch files
Diffstat (limited to 'forms/source/resource')
-rw-r--r-- | forms/source/resource/frm_resource.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/forms/source/resource/frm_resource.cxx b/forms/source/resource/frm_resource.cxx index 11f860a65e35..6cf30a5976f2 100644 --- a/forms/source/resource/frm_resource.cxx +++ b/forms/source/resource/frm_resource.cxx @@ -4,9 +4,9 @@ * * $RCSfile: frm_resource.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: vg $ $Date: 2006-04-07 15:25:02 $ + * last change: $Author: obo $ $Date: 2006-09-16 23:58:46 $ * * 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 "frm_resource.hxx" #ifndef _TOOLS_SIMPLERESMGR_HXX_ |