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 | |
parent | e9f918cefc0183f6a7322a427b6eaf8f37615e21 (diff) |
fixincludeguards.sh: some smaller dirs
Change-Id: Ic25bd678dc299627299b22145efd7bebcf2b39d0
Diffstat (limited to 'store')
-rw-r--r-- | store/source/lockbyte.hxx | 6 | ||||
-rw-r--r-- | store/source/object.hxx | 6 | ||||
-rw-r--r-- | store/source/storbase.hxx | 6 | ||||
-rw-r--r-- | store/source/storbios.hxx | 6 | ||||
-rw-r--r-- | store/source/storcach.hxx | 6 | ||||
-rw-r--r-- | store/source/stordata.hxx | 6 | ||||
-rw-r--r-- | store/source/stordir.hxx | 6 | ||||
-rw-r--r-- | store/source/storlckb.hxx | 6 | ||||
-rw-r--r-- | store/source/storpage.hxx | 6 | ||||
-rw-r--r-- | store/source/stortree.hxx | 6 |
10 files changed, 30 insertions, 30 deletions
diff --git a/store/source/lockbyte.hxx b/store/source/lockbyte.hxx index d0e18557704a..591821894ff1 100644 --- a/store/source/lockbyte.hxx +++ b/store/source/lockbyte.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _STORE_LOCKBYTE_HXX_ -#define _STORE_LOCKBYTE_HXX_ +#ifndef INCLUDED_STORE_SOURCE_LOCKBYTE_HXX +#define INCLUDED_STORE_SOURCE_LOCKBYTE_HXX #include "sal/types.h" @@ -165,6 +165,6 @@ MemoryLockBytes_createInstance ( } // namespace store -#endif /* !_STORE_LOCKBYTE_HXX_ */ +#endif // INCLUDED_STORE_SOURCE_LOCKBYTE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ 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: */ 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: */ diff --git a/store/source/storbios.hxx b/store/source/storbios.hxx index d90be7eb5687..5102c40b87fb 100644 --- a/store/source/storbios.hxx +++ b/store/source/storbios.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _STORE_STORBIOS_HXX_ -#define _STORE_STORBIOS_HXX_ +#ifndef INCLUDED_STORE_SOURCE_STORBIOS_HXX +#define INCLUDED_STORE_SOURCE_STORBIOS_HXX #include "sal/types.h" #include "rtl/ref.hxx" @@ -255,6 +255,6 @@ inline bool OStorePageBIOS::ScanContext::isValid (void) const } // namespace store -#endif /* !_STORE_STORBIOS_HXX_ */ +#endif // INCLUDED_STORE_SOURCE_STORBIOS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ 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: */ diff --git a/store/source/stordata.hxx b/store/source/stordata.hxx index 99fd312b8498..d558f6c69b76 100644 --- a/store/source/stordata.hxx +++ b/store/source/stordata.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _STORE_STORDATA_HXX_ -#define _STORE_STORDATA_HXX_ +#ifndef INCLUDED_STORE_SOURCE_STORDATA_HXX +#define INCLUDED_STORE_SOURCE_STORDATA_HXX #include "sal/config.h" @@ -861,6 +861,6 @@ private: } // namespace store -#endif /* !_STORE_STORDATA_HXX_ */ +#endif // INCLUDED_STORE_SOURCE_STORDATA_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/store/source/stordir.hxx b/store/source/stordir.hxx index 97c3afadf352..722ab86470c9 100644 --- a/store/source/stordir.hxx +++ b/store/source/stordir.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _STORE_STORDIR_HXX_ -#define _STORE_STORDIR_HXX_ +#ifndef INCLUDED_STORE_SOURCE_STORDIR_HXX +#define INCLUDED_STORE_SOURCE_STORDIR_HXX #include <sal/types.h> @@ -123,6 +123,6 @@ SAL_CALL query (IStoreHandle *pHandle, SAL_UNUSED_PARAMETER OStoreDirectory_Impl } // namespace store -#endif /* !_STORE_STORDIR_HXX_ */ +#endif // INCLUDED_STORE_SOURCE_STORDIR_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/store/source/storlckb.hxx b/store/source/storlckb.hxx index 416176fccc5c..1aaf7cd820ef 100644 --- a/store/source/storlckb.hxx +++ b/store/source/storlckb.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _STORE_STORLCKB_HXX_ -#define _STORE_STORLCKB_HXX_ +#ifndef INCLUDED_STORE_SOURCE_STORLCKB_HXX +#define INCLUDED_STORE_SOURCE_STORLCKB_HXX #include "sal/types.h" @@ -159,6 +159,6 @@ SAL_CALL query (IStoreHandle *pHandle, SAL_UNUSED_PARAMETER OStoreLockBytes*) } // namespace store -#endif /* !_STORE_STORLCKB_HXX_ */ +#endif // INCLUDED_STORE_SOURCE_STORLCKB_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ 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: */ diff --git a/store/source/stortree.hxx b/store/source/stortree.hxx index 09dc6b0256d1..240ccf6f6e69 100644 --- a/store/source/stortree.hxx +++ b/store/source/stortree.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _STORE_STORTREE_HXX -#define _STORE_STORTREE_HXX +#ifndef INCLUDED_STORE_SOURCE_STORTREE_HXX +#define INCLUDED_STORE_SOURCE_STORTREE_HXX #include "sal/config.h" @@ -331,6 +331,6 @@ private: } // namespace store -#endif /* !_STORE_STORTREE_HXX */ +#endif // INCLUDED_STORE_SOURCE_STORTREE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |