diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:54:55 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:54:55 +0000 |
commit | 0664f1da5fbaf45244500cba5e57169a09c5acc2 (patch) | |
tree | 387d68cf3de65126682ae2cd8213ac81568bb018 | |
parent | c282838f6b92d201c2b48b494be29111094a12b3 (diff) |
INTEGRATION: CWS pchfix02 (1.4.20); FILE MERGED
2006/09/01 17:55:46 kaib 1.4.20.1: #i68856# Added header markers and pch files
-rw-r--r-- | ucb/source/ucp/gvfs/directory.cxx | 7 | ||||
-rw-r--r-- | ucb/source/ucp/gvfs/provider.cxx | 7 | ||||
-rw-r--r-- | ucb/source/ucp/gvfs/stream.cxx | 7 |
3 files changed, 15 insertions, 6 deletions
diff --git a/ucb/source/ucp/gvfs/directory.cxx b/ucb/source/ucp/gvfs/directory.cxx index 8189fef6ce3a..f6d26daa2675 100644 --- a/ucb/source/ucp/gvfs/directory.cxx +++ b/ucb/source/ucp/gvfs/directory.cxx @@ -4,9 +4,9 @@ * * $RCSfile: directory.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-20 05:27:14 $ + * last change: $Author: obo $ $Date: 2006-09-17 13:54:28 $ * * 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_ucb.hxx" /* * This file pinched from webdavdatasupplier (etc.) * cut & paste + new getData impl. & collate ResultSet code. diff --git a/ucb/source/ucp/gvfs/provider.cxx b/ucb/source/ucp/gvfs/provider.cxx index 5379017c680f..7fa569f7c0f6 100644 --- a/ucb/source/ucp/gvfs/provider.cxx +++ b/ucb/source/ucp/gvfs/provider.cxx @@ -4,9 +4,9 @@ * * $RCSfile: provider.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-20 05:27:36 $ + * last change: $Author: obo $ $Date: 2006-09-17 13:54:42 $ * * 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_ucb.hxx" #include <tools/urlobj.hxx> #include <ucbhelper/contentidentifier.hxx> #include <libgnomevfs/gnome-vfs-init.h> diff --git a/ucb/source/ucp/gvfs/stream.cxx b/ucb/source/ucp/gvfs/stream.cxx index 084d5bc3b1cb..9464f5667c0d 100644 --- a/ucb/source/ucp/gvfs/stream.cxx +++ b/ucb/source/ucp/gvfs/stream.cxx @@ -4,9 +4,9 @@ * * $RCSfile: stream.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-20 05:27:58 $ + * last change: $Author: obo $ $Date: 2006-09-17 13:54:55 $ * * 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_ucb.hxx" #include "stream.hxx" #ifndef _RTL_MEMORY_H_ |