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

New commits:
commit 62c9aeaf0c5f6e23d7d9a091014d22ccd2406463
Author:     Gökhan Özeloğlu <[email protected]>
AuthorDate: Sun Nov 22 07:18:12 2020 +0000
Commit:     Julien Nabet <[email protected]>
CommitDate: Sun Nov 22 09:21:00 2020 +0100

    tdf#124176: Use pragma once instead of include guards
    
    Change-Id: Id2cf80a9a89530e8ed15ec8c0c87e4e45840ff0d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106335
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <[email protected]>

diff --git a/sw/source/uibase/inc/javaedit.hxx 
b/sw/source/uibase/inc/javaedit.hxx
index 2a801ee1f770..ece6743377ac 100644
--- a/sw/source/uibase/inc/javaedit.hxx
+++ b/sw/source/uibase/inc/javaedit.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_JAVAEDIT_HXX
-#define INCLUDED_SW_SOURCE_UIBASE_INC_JAVAEDIT_HXX
+#pragma once
 
 #include <vcl/weld.hxx>
 
@@ -74,6 +73,4 @@ public:
     bool IsUpdate() const;
 };
 
-#endif
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to