diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:59:51 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:59:51 +0000 |
commit | 663431b64252f72374be55ca77c84a821d0aad84 (patch) | |
tree | e14a964a600287fe817bbd6ba367ffb71c43d743 /bridges | |
parent | 9d9eee8b2e5283fc70bcc46607d66882042dbfe1 (diff) |
INTEGRATION: CWS pchfix02 (1.8.22); FILE MERGED
2006/09/01 17:17:41 kaib 1.8.22.1: #i68856# Added header markers and pch files
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/remote/static/remote.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bridges/source/remote/static/remote.cxx b/bridges/source/remote/static/remote.cxx index dafa6e96a1c7..55d74dac0979 100644 --- a/bridges/source/remote/static/remote.cxx +++ b/bridges/source/remote/static/remote.cxx @@ -4,9 +4,9 @@ * * $RCSfile: remote.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2006-06-19 23:51:09 $ + * last change: $Author: obo $ $Date: 2006-09-16 15:59:51 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_bridges.hxx" #if OSL_DEBUG_LEVEL == 0 # ifndef NDEBUG # define NDEBUG |