diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:05:27 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:05:27 +0000 |
commit | 995bc8eb8958f94b71bc1fc92f00b45aebd56272 (patch) | |
tree | 735b201468966dd89969bda9e153ecf016bbc157 /forms/source/xforms/resourcehelper.cxx | |
parent | 87441e97c62a229a3501c40271f4f499942c55da (diff) |
INTEGRATION: CWS pchfix02 (1.4.26); FILE MERGED
2006/09/01 17:27:47 kaib 1.4.26.1: #i68856# Added header markers and pch files
Diffstat (limited to 'forms/source/xforms/resourcehelper.cxx')
-rw-r--r-- | forms/source/xforms/resourcehelper.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/forms/source/xforms/resourcehelper.cxx b/forms/source/xforms/resourcehelper.cxx index dfbf001df893..53ee1aa4deab 100644 --- a/forms/source/xforms/resourcehelper.cxx +++ b/forms/source/xforms/resourcehelper.cxx @@ -4,9 +4,9 @@ * * $RCSfile: resourcehelper.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 13:04:55 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:05:27 $ * * 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 "resourcehelper.hxx" #include "frm_resource.hxx" |