summaryrefslogtreecommitdiff
path: root/store/source/lockbyte.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/lockbyte.hxx')
-rw-r--r--store/source/lockbyte.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/store/source/lockbyte.hxx b/store/source/lockbyte.hxx
index d0e18557704a..591821894ff1 100644
--- a/store/source/lockbyte.hxx
+++ b/store/source/lockbyte.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _STORE_LOCKBYTE_HXX_
-#define _STORE_LOCKBYTE_HXX_
+#ifndef INCLUDED_STORE_SOURCE_LOCKBYTE_HXX
+#define INCLUDED_STORE_SOURCE_LOCKBYTE_HXX
#include "sal/types.h"
@@ -165,6 +165,6 @@ MemoryLockBytes_createInstance (
} // namespace store
-#endif /* !_STORE_LOCKBYTE_HXX_ */
+#endif // INCLUDED_STORE_SOURCE_LOCKBYTE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */