summaryrefslogtreecommitdiff
path: root/include/ucbhelper/registerucb.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/ucbhelper/registerucb.hxx')
-rw-r--r--include/ucbhelper/registerucb.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ucbhelper/registerucb.hxx b/include/ucbhelper/registerucb.hxx
index b50d2f6165da..fe4a1acc9070 100644
--- a/include/ucbhelper/registerucb.hxx
+++ b/include/ucbhelper/registerucb.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _UCBHELPER_REGISTERUCB_HXX_
-#define _UCBHELPER_REGISTERUCB_HXX_
+#ifndef INCLUDED_UCBHELPER_REGISTERUCB_HXX
+#define INCLUDED_UCBHELPER_REGISTERUCB_HXX
#include <com/sun/star/uno/RuntimeException.hpp>
#include <com/sun/star/uno/Reference.h>
@@ -101,6 +101,6 @@ UCBHELPER_DLLPUBLIC bool registerAtUcb(
throw (com::sun::star::uno::RuntimeException);
}
-#endif // _UCBHELPER_REGISTERUCB_HXX_
+#endif // INCLUDED_UCBHELPER_REGISTERUCB_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */