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

Gökhan Özeloğlu (via logerrit) logerrit at kemper.freedesktop.org
Sun Nov 22 07:53:00 UTC 2020


 sw/source/core/access/acctable.hxx |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 61f2209ac2e744b42da929e79ed9380269a95dd6
Author:     Gökhan Özeloğlu <gozeloglu at gmail.com>
AuthorDate: Sun Nov 22 06:57:14 2020 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Nov 22 08:52:21 2020 +0100

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

diff --git a/sw/source/core/access/acctable.hxx b/sw/source/core/access/acctable.hxx
index 4da4944ba2c2..eea56e379015 100644
--- a/sw/source/core/access/acctable.hxx
+++ b/sw/source/core/access/acctable.hxx
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_SW_SOURCE_CORE_ACCESS_ACCTABLE_HXX
-#define INCLUDED_SW_SOURCE_CORE_ACCESS_ACCTABLE_HXX
+#pragma once
 
 #include <com/sun/star/accessibility/XAccessibleTable.hpp>
 #include <com/sun/star/accessibility/XAccessibleTableSelection.hpp>
@@ -275,6 +274,5 @@ public:
         getImplementationName() override;
 
 };
-#endif
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list