sw/source/uibase/inc/olmenu.hxx |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit c9bc63b8f1dbaa1bbf1bbcb3276d511224951ce0
Author:     Gökhan Özeloğlu <gozelo...@gmail.com>
AuthorDate: Sun Nov 22 07:12:35 2020 +0000
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun Nov 22 09:21:30 2020 +0100

    tdf#124176: Use pragma once instead of include guards
    
    Change-Id: Icbd13762abaaaed0d2c90d31469fc931900ffd5d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106333
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sw/source/uibase/inc/olmenu.hxx b/sw/source/uibase/inc/olmenu.hxx
index 047c21083e75..479f4be98ab9 100644
--- a/sw/source/uibase/inc/olmenu.hxx
+++ b/sw/source/uibase/inc/olmenu.hxx
@@ -16,8 +16,7 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
-#ifndef INCLUDED_SW_SOURCE_UIBASE_INC_OLMENU_HXX
-#define INCLUDED_SW_SOURCE_UIBASE_INC_OLMENU_HXX
+#pragma once
 
 #include <com/sun/star/linguistic2/XDictionary.hpp>
 #include <com/sun/star/linguistic2/XSpellAlternatives.hpp>
@@ -134,6 +133,4 @@ public:
     void Execute( sal_uInt16 nId );
 };
 
-#endif
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to