From 7771ea0b5b43143e860649785e0bc49009dad0b2 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Sat, 16 Sep 2006 12:17:41 +0000 Subject: [PATCH] INTEGRATION: CWS pchfix02 (1.89.94); FILE MERGED 2006/09/01 17:26:41 kaib 1.89.94.1: #i68856# Added header markers and pch files --- extensions/source/propctrlr/formcontroller.cxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/extensions/source/propctrlr/formcontroller.cxx b/extensions/source/propctrlr/formcontroller.cxx index 2abf67f2e81c..3ca6520daf5b 100644 --- a/extensions/source/propctrlr/formcontroller.cxx +++ b/extensions/source/propctrlr/formcontroller.cxx @@ -4,9 +4,9 @@ * * $RCSfile: formcontroller.cxx,v $ * - * $Revision: 1.89 $ + * $Revision: 1.90 $ * - * last change: $Author: vg $ $Date: 2006-03-14 11:23:28 $ + * last change: $Author: obo $ $Date: 2006-09-16 13:17:41 $ * * 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_extensions.hxx" + #ifndef EXTENSIONS_SOURCE_PROPCTRLR_FORMCONTROLLER_HXX #include "formcontroller.hxx" #endif