summaryrefslogtreecommitdiff
path: root/include/store
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-23 19:14:56 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-23 23:22:29 +0200
commitdbddac3261b42e8593aa7fae21d1645e57a61cb7 (patch)
tree0a07e2f87d364e0a464f63a7ff6ea6374347a7a4 /include/store
parentd0df04f299a6634075c8410f5c5e01e57f6fae68 (diff)
fixincludeguards.sh: include/s*
Change-Id: I57fcfd442d2b5815e7c07a9cbd660f3698168dee
Diffstat (limited to 'include/store')
-rw-r--r--include/store/store.h6
-rw-r--r--include/store/store.hxx6
-rw-r--r--include/store/storedllapi.h6
-rw-r--r--include/store/types.h6
4 files changed, 12 insertions, 12 deletions
diff --git a/include/store/store.h b/include/store/store.h
index ff3f1ef0a390..48852c7fe119 100644
--- a/include/store/store.h
+++ b/include/store/store.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _STORE_STORE_H_
-#define _STORE_STORE_H_
+#ifndef INCLUDED_STORE_STORE_H
+#define INCLUDED_STORE_STORE_H
#include <store/types.h>
#include <store/storedllapi.h>
@@ -397,7 +397,7 @@ STORE_DLLPUBLIC storeError SAL_CALL store_remove (
}
#endif
-#endif /* _STORE_STORE_H_ */
+#endif // INCLUDED_STORE_STORE_H
diff --git a/include/store/store.hxx b/include/store/store.hxx
index 43ef8859c52e..b7fb8e02cf0d 100644
--- a/include/store/store.hxx
+++ b/include/store/store.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _STORE_STORE_HXX_
-#define _STORE_STORE_HXX_
+#ifndef INCLUDED_STORE_STORE_HXX
+#define INCLUDED_STORE_STORE_HXX
#include "sal/types.h"
#include "rtl/ustring.hxx"
@@ -597,7 +597,7 @@ private:
} // namespace store
-#endif /* !_STORE_STORE_HXX_ */
+#endif /* ! INCLUDED_STORE_STORE_HXX */
diff --git a/include/store/storedllapi.h b/include/store/storedllapi.h
index 0a4b27a333ca..5f6c7a1ddf00 100644
--- a/include/store/storedllapi.h
+++ b/include/store/storedllapi.h
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_STOREDLLAPI_H
-#define INCLUDED_STOREDLLAPI_H
+#ifndef INCLUDED_STORE_STOREDLLAPI_H
+#define INCLUDED_STORE_STOREDLLAPI_H
#include "sal/types.h"
@@ -27,6 +27,6 @@
#define STORE_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
#endif
-#endif /* INCLUDED_STOREDLLAPI_H */
+#endif // INCLUDED_STORE_STOREDLLAPI_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/store/types.h b/include/store/types.h
index 0d51995348a0..dd4fafccd324 100644
--- a/include/store/types.h
+++ b/include/store/types.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _STORE_TYPES_H_
-#define _STORE_TYPES_H_
+#ifndef INCLUDED_STORE_TYPES_H
+#define INCLUDED_STORE_TYPES_H
#include <sal/types.h>
#include <rtl/ustring.h>
@@ -155,6 +155,6 @@ typedef struct __store_FindData storeFindData;
}
#endif
-#endif /* _STORE_TYPES_H_ */
+#endif // INCLUDED_STORE_TYPES_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */