From 2c34eabdbe909e75a8b75118552985a28abe693f Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Sat, 16 Sep 2006 14:55:49 +0000 Subject: INTEGRATION: CWS pchfix02 (1.4.22); FILE MERGED 2006/09/01 17:17:38 kaib 1.4.22.1: #i68856# Added header markers and pch files --- bridges/source/cpp_uno/shared/bridge.cxx | 7 +++++-- bridges/source/cpp_uno/shared/component.cxx | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) (limited to 'bridges') diff --git a/bridges/source/cpp_uno/shared/bridge.cxx b/bridges/source/cpp_uno/shared/bridge.cxx index a96457d69fcd..0cc8b6c84d5f 100644 --- a/bridges/source/cpp_uno/shared/bridge.cxx +++ b/bridges/source/cpp_uno/shared/bridge.cxx @@ -4,9 +4,9 @@ * * $RCSfile: bridge.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 23:45:29 $ + * last change: $Author: obo $ $Date: 2006-09-16 15:55:35 $ * * 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_bridges.hxx" + #include "bridges/cpp_uno/shared/bridge.hxx" #include "component.hxx" diff --git a/bridges/source/cpp_uno/shared/component.cxx b/bridges/source/cpp_uno/shared/component.cxx index 63c5a3821a3a..d6d36c50bd8f 100644 --- a/bridges/source/cpp_uno/shared/component.cxx +++ b/bridges/source/cpp_uno/shared/component.cxx @@ -4,9 +4,9 @@ * * $RCSfile: component.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 23:45:40 $ + * last change: $Author: obo $ $Date: 2006-09-16 15:55:49 $ * * 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_bridges.hxx" + #include "component.hxx" #include "bridges/cpp_uno/shared/bridge.hxx" -- cgit