diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:55:49 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:55:49 +0000 |
commit | 2c34eabdbe909e75a8b75118552985a28abe693f (patch) | |
tree | 8c8af2f51619b5c897ab112d205e4e8d9708b5ea /bridges | |
parent | 0a9fd261526ea2628bda63881ac2e93a7689878d (diff) |
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
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/cpp_uno/shared/bridge.cxx | 7 | ||||
-rw-r--r-- | bridges/source/cpp_uno/shared/component.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
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" |