diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:37:41 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:37:41 +0000 |
commit | e6d241ca5a80fc914ba430cfd79e8291d6a6c60e (patch) | |
tree | f3c54d5eab267107cc5c6120f2a8e6677989ff88 /ucb/source/ucp | |
parent | 470fe190f98aa852d5aee91c9f6a130ec2bdc29a (diff) |
INTEGRATION: CWS warnings01 (1.9.10); FILE MERGED
2006/04/07 21:27:42 sb 1.9.10.3: RESYNC: (1.10-1.11); FILE MERGED
2006/01/25 22:20:10 sb 1.9.10.2: RESYNC: (1.9-1.10); FILE MERGED
2005/11/10 18:10:30 pl 1.9.10.1: #i55991# removed warnings
Diffstat (limited to 'ucb/source/ucp')
-rw-r--r-- | ucb/source/ucp/webdav/NeonUri.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/webdav/NeonUri.hxx b/ucb/source/ucp/webdav/NeonUri.hxx index 2185674d4ea2..eb3e0335b224 100644 --- a/ucb/source/ucp/webdav/NeonUri.hxx +++ b/ucb/source/ucp/webdav/NeonUri.hxx @@ -4,9 +4,9 @@ * * $RCSfile: NeonUri.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: kz $ $Date: 2006-01-31 18:17:44 $ + * last change: $Author: hr $ $Date: 2006-06-20 05:37:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -117,6 +117,6 @@ class NeonUri { return makeConnectionEndPointString( GetHost(), GetPort() ); } }; -}; // namespace webdav_ucp +} // namespace webdav_ucp #endif // _NEONURI_HXX_ |