summaryrefslogtreecommitdiff
path: root/store/source/storbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/storbase.hxx')
-rw-r--r--store/source/storbase.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/store/source/storbase.hxx b/store/source/storbase.hxx
index 7a6dc0d8da89..30d32605b2b1 100644
--- a/store/source/storbase.hxx
+++ b/store/source/storbase.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _STORE_STORBASE_HXX_
-#define _STORE_STORBASE_HXX_
+#ifndef INCLUDED_STORE_SOURCE_STORBASE_HXX
+#define INCLUDED_STORE_SOURCE_STORBASE_HXX
#include "sal/config.h"
@@ -925,6 +925,6 @@ inline void OStorePageObject::location (sal_uInt32 nAddr)
} // namespace store
-#endif /* !_STORE_STORBASE_HXX_ */
+#endif // INCLUDED_STORE_SOURCE_STORBASE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */