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

lastirembender (via logerrit) logerrit at kemper.freedesktop.org
Mon Nov 23 17:58:19 UTC 2020


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

New commits:
commit 49890bfe62694ec9ed10204e9874512daf6b4620
Author:     lastirembender <codesompe at outlook.com>
AuthorDate: Sat Nov 21 14:51:38 2020 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Nov 23 18:57:33 2020 +0100

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

diff --git a/sw/source/uibase/lingu/sdrhhcwrap.hxx b/sw/source/uibase/lingu/sdrhhcwrap.hxx
index 133e47cc9200..acef5a4239f0 100644
--- a/sw/source/uibase/lingu/sdrhhcwrap.hxx
+++ b/sw/source/uibase/lingu/sdrhhcwrap.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_LINGU_SDRHHCWRAP_HXX
-#define INCLUDED_SW_SOURCE_UIBASE_LINGU_SDRHHCWRAP_HXX
+#pragma once
 
 #include <svx/svdoutl.hxx>
 
@@ -51,6 +50,4 @@ public:
     void    StartTextConversion();
 };
 
-#endif
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list