From b2a4acc4c14e31814141cf1cffa00b2e1d9183ea Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Sat, 16 Sep 2006 11:44:18 +0000 Subject: INTEGRATION: CWS pchfix02 (1.3.56); FILE MERGED 2006/09/01 17:23:19 kaib 1.3.56.1: #i68856# Added header markers and pch files --- cppuhelper/source/unourl.cxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'cppuhelper/source/unourl.cxx') diff --git a/cppuhelper/source/unourl.cxx b/cppuhelper/source/unourl.cxx index a493497bca00..c446309c0220 100644 --- a/cppuhelper/source/unourl.cxx +++ b/cppuhelper/source/unourl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: unourl.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 09:30:42 $ + * last change: $Author: obo $ $Date: 2006-09-16 12:43:23 $ * * 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_cppuhelper.hxx" + #include "cppuhelper/unourl.hxx" #include "osl/diagnose.h" -- cgit