summaryrefslogtreecommitdiff
path: root/store/source/object.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/object.hxx')
-rw-r--r--store/source/object.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/store/source/object.hxx b/store/source/object.hxx
index c7a28219c75f..2743bfdc692d 100644
--- a/store/source/object.hxx
+++ b/store/source/object.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _STORE_OBJECT_HXX_
-#define _STORE_OBJECT_HXX_
+#ifndef INCLUDED_STORE_SOURCE_OBJECT_HXX
+#define INCLUDED_STORE_SOURCE_OBJECT_HXX
#include "sal/types.h"
@@ -123,6 +123,6 @@ SAL_CALL query (IStoreHandle *pHandle, OStoreObject*)
} // namespace store
-#endif /* !_STORE_OBJECT_HXX_ */
+#endif // INCLUDED_STORE_SOURCE_OBJECT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */