diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 15:04:52 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 15:04:52 +0000 |
commit | 991b78025352c07ba45c397fd93a43155e2d452e (patch) | |
tree | 1378ab9596ae4273fb521cef313357f82f7d7def /bridges | |
parent | 87e471966bda919273f51d5ce00b6538cb04ceb6 (diff) |
INTEGRATION: CWS pchfix02 (1.5.70); FILE MERGED
2006/09/01 17:17:45 kaib 1.5.70.1: #i68856# Added header markers and pch files
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/test/java_uno/acquire/testacquire.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bridges/test/java_uno/acquire/testacquire.cxx b/bridges/test/java_uno/acquire/testacquire.cxx index ed01cdf7670d..e1259c0d0a36 100644 --- a/bridges/test/java_uno/acquire/testacquire.cxx +++ b/bridges/test/java_uno/acquire/testacquire.cxx @@ -4,9 +4,9 @@ * * $RCSfile: testacquire.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-07 22:58:00 $ + * last change: $Author: obo $ $Date: 2006-09-16 16:04:52 $ * * 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 "com/sun/star/bridge/UnoUrlResolver.hpp" #include "com/sun/star/bridge/XUnoUrlResolver.hpp" #include "com/sun/star/lang/XMain.hpp" |