From c7e90396cd2698a325b44b3e54c0b16da1d8e619 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Sat, 16 Sep 2006 11:38:31 +0000 Subject: INTEGRATION: CWS pchfix02 (1.3.50); FILE MERGED 2006/09/01 17:23:16 kaib 1.3.50.1: #i68856# Added header markers and pch files --- cppuhelper/qa/propertysetmixin/comp_propertysetmixin.cxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'cppuhelper') diff --git a/cppuhelper/qa/propertysetmixin/comp_propertysetmixin.cxx b/cppuhelper/qa/propertysetmixin/comp_propertysetmixin.cxx index a8590824ff8c..9a7814a63cbf 100644 --- a/cppuhelper/qa/propertysetmixin/comp_propertysetmixin.cxx +++ b/cppuhelper/qa/propertysetmixin/comp_propertysetmixin.cxx @@ -2,9 +2,9 @@ * * $rcsfile: test_uriproc.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-11-03 16:31:55 $ + * last change: $Author: obo $ $Date: 2006-09-16 12:38:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -31,6 +31,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_cppuhelper.hxx" + #include "sal/config.h" #include "test/cppuhelper/propertysetmixin/XSupplier.hpp" -- cgit