From 5010e0749b51dbf1e71f69b39906603e12a5392c Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Sun, 17 Sep 2006 10:51:42 +0000 Subject: [PATCH] INTEGRATION: CWS pchfix02 (1.40.60); FILE MERGED 2006/09/01 17:57:36 kaib 1.40.60.1: #i68856# Added header markers and pch files --- vcl/source/control/combobox.cxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/vcl/source/control/combobox.cxx b/vcl/source/control/combobox.cxx index 41ff34b2d214..7c4ef1147577 100644 --- a/vcl/source/control/combobox.cxx +++ b/vcl/source/control/combobox.cxx @@ -4,9 +4,9 @@ * * $RCSfile: combobox.cxx,v $ * - * $Revision: 1.40 $ + * $Revision: 1.41 $ * - * last change: $Author: kz $ $Date: 2006-07-19 16:46:32 $ + * last change: $Author: obo $ $Date: 2006-09-17 11:51:42 $ * * 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_vcl.hxx" + #ifndef _TOOLS_TABLE_HXX #include #endif