summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav-neon/DAVException.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/webdav-neon/DAVException.hxx')
-rw-r--r--ucb/source/ucp/webdav-neon/DAVException.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/webdav-neon/DAVException.hxx b/ucb/source/ucp/webdav-neon/DAVException.hxx
index 08af59e2fcd2..a9e09b00bfc4 100644
--- a/ucb/source/ucp/webdav-neon/DAVException.hxx
+++ b/ucb/source/ucp/webdav-neon/DAVException.hxx
@@ -26,8 +26,8 @@
*
************************************************************************/
-#ifndef _DAVEXCEPTION_HXX_
-#define _DAVEXCEPTION_HXX_
+#ifndef INCLUDED_UCB_SOURCE_UCP_WEBDAV_NEON_DAVEXCEPTION_HXX
+#define INCLUDED_UCB_SOURCE_UCP_WEBDAV_NEON_DAVEXCEPTION_HXX
#include <config_lgpl.h>
#include <rtl/ustring.hxx>
@@ -165,6 +165,6 @@ class DAVException : public std::exception
} // namespace webdav_ucp
-#endif // _DAVEXCEPTION_HXX_
+#endif // INCLUDED_UCB_SOURCE_UCP_WEBDAV_NEON_DAVEXCEPTION_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */