[Libreoffice-commits] core.git: sw/source

Gökhan Özeloğlu (via logerrit) logerrit at kemper.freedesktop.org
Sun Nov 22 08:21:34 UTC 2020


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

New commits:
commit 62c9aeaf0c5f6e23d7d9a091014d22ccd2406463
Author:     Gökhan Özeloğlu <gozeloglu at gmail.com>
AuthorDate: Sun Nov 22 07:18:12 2020 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>

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


More information about the Libreoffice-commits mailing list