diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2022-01-09 06:29:09 +1100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-07-03 09:13:11 +0200 |
commit | c28455b899fa7e9d88f843cd59663aa522a28a33 (patch) | |
tree | fb4dd775f2c66957e65f439f57ef89e5fa9af78b /store/source/object.hxx | |
parent | dcdf970684131cd60af3c5b927a1e05ba6c7ba81 (diff) |
tdf#143148 store: Use pragma once instead of include guards
Change-Id: Ic07c02bfbde9cedd397ed5913a26d5add1fdda5a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128171
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'store/source/object.hxx')
-rw-r--r-- | store/source/object.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/store/source/object.hxx b/store/source/object.hxx index b450d7446ff4..c68f9b8f8a11 100644 --- a/store/source/object.hxx +++ b/store/source/object.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_STORE_SOURCE_OBJECT_HXX -#define INCLUDED_STORE_SOURCE_OBJECT_HXX +#pragma once #include <sal/types.h> #include <salhelper/simplereferenceobject.hxx> @@ -52,6 +51,4 @@ store_handle_type* SAL_CALL query(OStoreObject* pHandle, store_handle_type*); } // namespace store -#endif // INCLUDED_STORE_SOURCE_OBJECT_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |