diff options
author | Emircan Agac <thesadson@gmail.com> | 2021-08-02 18:25:26 +0300 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2021-08-13 17:24:45 +0200 |
commit | ca7e81099b65a72762699791fe114df4743fca13 (patch) | |
tree | 57db5649987ac875ea1a1ba346a9d6a7128d4724 /sc | |
parent | 3de5092b1583cfeead53825df2686df154646ce5 (diff) |
tdf#143148:Use pragma once instead of include guards
Change-Id: Ib3c0d6c158e5efbbca55e03f189dccaf67832a96
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119888
Reviewed-by: Hossein <hossein@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Tested-by: Jenkins
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/filterentries.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/inc/filterentries.hxx b/sc/inc/filterentries.hxx index 6cbe4c43a929..02110c879b03 100644 --- a/sc/inc/filterentries.hxx +++ b/sc/inc/filterentries.hxx @@ -7,8 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef SC_INC_FILTERENTRIES_HXX -#define SC_INC_FILTERENTRIES_HXX +#pragma once #include <sal/config.h> #include "typedstrdata.hxx" @@ -44,6 +43,4 @@ struct ScFilterEntries } }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ |