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