diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:36:32 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:36:32 +0000 |
commit | 0e6ff91af458179cc299247dfcb518156fbbc08d (patch) | |
tree | 29b926eca28ac2175bc3bd338081032d0b67490a /ucb/source | |
parent | 9cf5c933f4696fe73debfba6df736b21d2a9d056 (diff) |
INTEGRATION: CWS warnings01 (1.6.10); FILE MERGED
2005/11/10 18:10:25 pl 1.6.10.1: #i55991# removed warnings
Diffstat (limited to 'ucb/source')
-rw-r--r-- | ucb/source/ucp/webdav/NeonInputStream.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/webdav/NeonInputStream.hxx b/ucb/source/ucp/webdav/NeonInputStream.hxx index dd5dbefd188d..dc98c0a8a4f8 100644 --- a/ucb/source/ucp/webdav/NeonInputStream.hxx +++ b/ucb/source/ucp/webdav/NeonInputStream.hxx @@ -4,9 +4,9 @@ * * $RCSfile: NeonInputStream.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-09 16:12:09 $ + * last change: $Author: hr $ $Date: 2006-06-20 05:36:32 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -139,5 +139,5 @@ class NeonInputStream : public ::com::sun::star::io::XInputStream, ::com::sun::star::uno::RuntimeException ); }; -}; // namespace webdav_ucp +} // namespace webdav_ucp #endif // _NEONINPUTSTREAM_HXX_ |