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