summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav/DAVSession.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/webdav/DAVSession.hxx')
-rw-r--r--ucb/source/ucp/webdav/DAVSession.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/webdav/DAVSession.hxx b/ucb/source/ucp/webdav/DAVSession.hxx
index 9708fa0aa91a..313a01f81f7d 100644
--- a/ucb/source/ucp/webdav/DAVSession.hxx
+++ b/ucb/source/ucp/webdav/DAVSession.hxx
@@ -19,8 +19,8 @@
-#ifndef _DAVSESSION_HXX_
-#define _DAVSESSION_HXX_
+#ifndef INCLUDED_UCB_SOURCE_UCP_WEBDAV_DAVSESSION_HXX
+#define INCLUDED_UCB_SOURCE_UCP_WEBDAV_DAVSESSION_HXX
#include <memory>
#include <rtl/ustring.hxx>
@@ -208,6 +208,6 @@ private:
} // namespace http_dav_ucp
-#endif // _DAVSESSION_HXX_
+#endif // INCLUDED_UCB_SOURCE_UCP_WEBDAV_DAVSESSION_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */