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

Canberk TURAN (via logerrit) logerrit at kemper.freedesktop.org
Sun Jan 26 19:32:56 UTC 2020


 connectivity/source/inc/calc/CTables.hxx |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit e337f5b20430e52ef99923a475d05a1191506d21
Author:     Canberk TURAN <canberkkturann at gmail.com>
AuthorDate: Sat Jan 25 14:59:25 2020 +0300
Commit:     Muhammet Kara <muhammet.kara at collabora.com>
CommitDate: Sun Jan 26 20:32:26 2020 +0100

    tdf#124176: Use pragma once instead of include guards
    
    Change-Id: I138b35bab9f4844e6fe1cac9a5c74c2e55d6680b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87382
    Tested-by: Jenkins
    Reviewed-by: Muhammet Kara <muhammet.kara at collabora.com>

diff --git a/connectivity/source/inc/calc/CTables.hxx b/connectivity/source/inc/calc/CTables.hxx
index 94d28bdd5478..65c7135f0981 100644
--- a/connectivity/source/inc/calc/CTables.hxx
+++ b/connectivity/source/inc/calc/CTables.hxx
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_CALC_CTABLES_HXX
-#define INCLUDED_CONNECTIVITY_SOURCE_INC_CALC_CTABLES_HXX
+#pragma once
 
 #include <file/FTables.hxx>
 
@@ -40,6 +39,4 @@ namespace connectivity
     }
 }
 
-#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_CALC_CTABLES_HXX
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list