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/storbase.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/storbase.hxx')
-rw-r--r-- | store/source/storbase.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/store/source/storbase.hxx b/store/source/storbase.hxx index 20f6f3245638..4963ee2ddcfb 100644 --- a/store/source/storbase.hxx +++ b/store/source/storbase.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_STORE_SOURCE_STORBASE_HXX -#define INCLUDED_STORE_SOURCE_STORBASE_HXX +#pragma once #include <sal/config.h> #include <salhelper/simplereferenceobject.hxx> @@ -605,6 +604,4 @@ inline sal_uInt32 OStorePageObject::location() const } // namespace store -#endif // INCLUDED_STORE_SOURCE_STORBASE_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |