diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:33:29 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:33:29 +0000 |
commit | 7a32157b86fb76a5a6f7a029c34bda0604c50c31 (patch) | |
tree | fa76b8d0e14a06f255abcd7cfd542e24f133284a /ucb | |
parent | 5db92a9b94bf726cb66b3d4975158618823261a0 (diff) |
INTEGRATION: CWS warnings01 (1.3.10); FILE MERGED
2005/11/10 18:10:16 pl 1.3.10.1: #i55991# removed warnings
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/webdav/DAVProperties.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/webdav/DAVProperties.hxx b/ucb/source/ucp/webdav/DAVProperties.hxx index 108ac91cd9b7..de39bffa029d 100644 --- a/ucb/source/ucp/webdav/DAVProperties.hxx +++ b/ucb/source/ucp/webdav/DAVProperties.hxx @@ -4,9 +4,9 @@ * * $RCSfile: DAVProperties.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 16:06:28 $ + * last change: $Author: hr $ $Date: 2006-06-20 05:33:29 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -69,6 +69,6 @@ struct DAVProperties static bool isUCBDeadProperty( const NeonPropName & rName ); }; -}; // namespace webdav_ucp +} // namespace webdav_ucp #endif // _DAVPROPERTIES_HXX_ |