diff options
author | Arman Rezaei <fadelights@aut.ac.ir> | 2022-07-11 12:34:58 +0430 |
---|---|---|
committer | Hossein <hossein@libreoffice.org> | 2022-07-11 12:52:40 +0200 |
commit | 20c54847db287a21285835bbdfd09a66070a4c6d (patch) | |
tree | 444ec541a5e7d02ea88119e70ee811d1aaf12665 | |
parent | 934985becc567114c3f38a72322056a628aad7c9 (diff) |
tdf#143148 - Use pragma once instead of include guards
Change-Id: Ie8daf1c7baa6937bbc44538abed9074b4813f858
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136953
Tested-by: Jenkins
Reviewed-by: Hossein <hossein@libreoffice.org>
-rw-r--r-- | xmloff/inc/fasttokenhandler.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/inc/fasttokenhandler.hxx b/xmloff/inc/fasttokenhandler.hxx index f0acd0337563..528ecde17546 100644 --- a/xmloff/inc/fasttokenhandler.hxx +++ b/xmloff/inc/fasttokenhandler.hxx @@ -7,8 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef XMLOFF_INC_FASTTOKENHANDLER_HXX -#define XMLOFF_INC_FASTTOKENHANDLER_HXX +#pragma once #include <com/sun/star/xml/sax/XFastTokenHandler.hpp> #include <cppuhelper/implbase.hxx> @@ -89,6 +88,4 @@ private: } // namespace xmloff::token -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |