diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:52:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:52:43 +0000 |
commit | 60d47dc6bbb9f3b860ccadc68a75d918637819a4 (patch) | |
tree | 8d8c8bd778a6e74e5e0ad905c689fc32fd9f7502 | |
parent | a5f4bbd1086c93f09fd0c40a294c64415a597ed2 (diff) |
INTEGRATION: CWS pchfix02 (1.4.20); FILE MERGED
2006/09/01 17:55:45 kaib 1.4.20.1: #i68856# Added header markers and pch files
-rw-r--r-- | ucb/source/ucp/ftp/ftpservices.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ucb/source/ucp/ftp/ftpservices.cxx b/ucb/source/ucp/ftp/ftpservices.cxx index 039f4f584128..ab55ef68c483 100644 --- a/ucb/source/ucp/ftp/ftpservices.cxx +++ b/ucb/source/ucp/ftp/ftpservices.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ftpservices.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-20 05:25:58 $ + * last change: $Author: obo $ $Date: 2006-09-17 13:52:43 $ * * 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_ucb.hxx" + #ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #endif |