From a1a11f81d711fc6d4469e1ed5c7ce9f76ad3143c Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Sat, 16 Sep 2006 22:52:08 +0000 Subject: [PATCH] INTEGRATION: CWS pchfix02 (1.47.14); FILE MERGED 2006/09/01 17:27:36 kaib 1.47.14.1: #i68856# Added header markers and pch files --- forms/source/component/ListBox.cxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/forms/source/component/ListBox.cxx b/forms/source/component/ListBox.cxx index 51e53b0ef60d..a5174efa06b6 100644 --- a/forms/source/component/ListBox.cxx +++ b/forms/source/component/ListBox.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ListBox.cxx,v $ * - * $Revision: 1.48 $ + * $Revision: 1.49 $ * - * last change: $Author: ihi $ $Date: 2006-08-28 14:57:15 $ + * last change: $Author: obo $ $Date: 2006-09-16 23:52:08 $ * * 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" + #ifndef _FORMS_LISTBOX_HXX_ #include "ListBox.hxx" #endif