summaryrefslogtreecommitdiffstats
path: root/store/source/storlckb.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/storlckb.hxx')
-rw-r--r--store/source/storlckb.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/store/source/storlckb.hxx b/store/source/storlckb.hxx
index 416176fccc5c..1aaf7cd820ef 100644
--- a/store/source/storlckb.hxx
+++ b/store/source/storlckb.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _STORE_STORLCKB_HXX_
-#define _STORE_STORLCKB_HXX_
+#ifndef INCLUDED_STORE_SOURCE_STORLCKB_HXX
+#define INCLUDED_STORE_SOURCE_STORLCKB_HXX
#include "sal/types.h"
@@ -159,6 +159,6 @@ SAL_CALL query (IStoreHandle *pHandle, SAL_UNUSED_PARAMETER OStoreLockBytes*)
} // namespace store
-#endif /* !_STORE_STORLCKB_HXX_ */
+#endif // INCLUDED_STORE_SOURCE_STORLCKB_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */