xmloff/inc/fasttokenhandler.hxx |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit 20c54847db287a21285835bbdfd09a66070a4c6d
Author:     Arman Rezaei <fadelig...@aut.ac.ir>
AuthorDate: Mon Jul 11 12:34:58 2022 +0430
Commit:     Hossein <hoss...@libreoffice.org>
CommitDate: Mon Jul 11 12:52:40 2022 +0200

    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 <hoss...@libreoffice.org>

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: */

Reply via email to