summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:35:00 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:35:00 +0000
commitab94b167d830657fe4614d9617135c29b01a007d (patch)
tree4c772c0058ab0d1fec078e39c4af8002442f33eb /ucb
parent670a4800962d21a6ef691a53dd4a4f7726e62007 (diff)
INTEGRATION: CWS warnings01 (1.5.10); FILE MERGED
2005/11/10 18:10:22 pl 1.5.10.1: #i55991# removed warnings
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/webdav/DAVTypes.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/webdav/DAVTypes.hxx b/ucb/source/ucp/webdav/DAVTypes.hxx
index 5ed57f140cbb..1227098d35f9 100644
--- a/ucb/source/ucp/webdav/DAVTypes.hxx
+++ b/ucb/source/ucp/webdav/DAVTypes.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: DAVTypes.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 16:09:05 $
+ * last change: $Author: hr $ $Date: 2006-06-20 05:35:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -92,6 +92,6 @@ struct ProppatchValue
: operation( o ), name( n ), value( v ) {}
};
-}; // namespace webdav_ucp
+} // namespace webdav_ucp
#endif // _DAVTYPES_HXX_