summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:34:16 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:34:16 +0000
commit44f90bc6d4f626b164157dd5df5816b0403d7d24 (patch)
tree1c5c4da1cc6620951306e0c9ea4a9af6536e3de2 /ucb
parentbad67a444263be14204993a7044d94f87498eaf1 (diff)
INTEGRATION: CWS warnings01 (1.13.10); FILE MERGED
2005/11/10 18:10:19 pl 1.13.10.1: #i55991# removed warnings
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/webdav/DAVResourceAccess.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/webdav/DAVResourceAccess.hxx b/ucb/source/ucp/webdav/DAVResourceAccess.hxx
index ea99f44632a5..b2f6d56f78f9 100644
--- a/ucb/source/ucp/webdav/DAVResourceAccess.hxx
+++ b/ucb/source/ucp/webdav/DAVResourceAccess.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: DAVResourceAccess.hxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 16:07:32 $
+ * last change: $Author: hr $ $Date: 2006-06-20 05:34:16 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -256,6 +256,6 @@ private:
throw ( DAVException );
};
-}; // namespace webdav_ucp
+} // namespace webdav_ucp
#endif // _DAVRESOURCEACCESS_HXX_