diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:34:38 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:34:38 +0000 |
commit | 0da152bc1722ee593a6f46da0bd95785b0653ab2 (patch) | |
tree | 905e10061b0aa8c73c3fc89574a922222bfa9723 /ucb | |
parent | 44f90bc6d4f626b164157dd5df5816b0403d7d24 (diff) |
INTEGRATION: CWS warnings01 (1.17.10); FILE MERGED
2005/11/10 18:10:20 pl 1.17.10.1: #i55991# removed warnings
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/webdav/DAVSession.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/webdav/DAVSession.hxx b/ucb/source/ucp/webdav/DAVSession.hxx index e4f908eb98be..bc5d2e71fc4d 100644 --- a/ucb/source/ucp/webdav/DAVSession.hxx +++ b/ucb/source/ucp/webdav/DAVSession.hxx @@ -4,9 +4,9 @@ * * $RCSfile: DAVSession.hxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: rt $ $Date: 2005-09-09 16:08:17 $ + * last change: $Author: hr $ $Date: 2006-06-20 05:34:38 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -242,7 +242,7 @@ private: #endif // WNT }; -}; // namespace webdav_ucp +} // namespace webdav_ucp #endif // _DAVSESSION_HXX_ |