diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:04:47 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:04:47 +0000 |
commit | 8c803b1227fe2c922d2e8cfc8767fe4a69e78b51 (patch) | |
tree | 633a8dc879dbbdf9504990255f6a4146506b0130 | |
parent | e76fc00aed415cf8a250429fb6c2ba87746451c9 (diff) |
INTEGRATION: CWS pchfix02 (1.5.26); FILE MERGED
2006/09/01 17:27:46 kaib 1.5.26.1: #i68856# Added header markers and pch files
-rw-r--r-- | forms/source/xforms/model_ui.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/forms/source/xforms/model_ui.cxx b/forms/source/xforms/model_ui.cxx index 9009a3bca..e66a88481 100644 --- a/forms/source/xforms/model_ui.cxx +++ b/forms/source/xforms/model_ui.cxx @@ -4,9 +4,9 @@ * * $RCSfile: model_ui.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-19 13:04:17 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:04:47 $ * * 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 "model.hxx" #include "model_helper.hxx" #include "mip.hxx" |