diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-18 22:47:44 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-19 11:10:13 +0200 |
commit | 8bb2ce61c03886d8b323288dc92d74fc1e45da4e (patch) | |
tree | 7c26a4701873df3bab364fb7e9a386aef6a12c99 /store/source/storcach.hxx | |
parent | e9f918cefc0183f6a7322a427b6eaf8f37615e21 (diff) |
fixincludeguards.sh: some smaller dirs
Change-Id: Ic25bd678dc299627299b22145efd7bebcf2b39d0
Diffstat (limited to 'store/source/storcach.hxx')
-rw-r--r-- | store/source/storcach.hxx | 6 |
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: */ |