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

Eda Nur Var (via logerrit) logerrit at kemper.freedesktop.org
Sat Jan 25 16:49:29 UTC 2020


 connectivity/source/inc/ado/Awrapadox.hxx |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit d080b07e9a9b6b6c0848debd75c94240c4d45c1e
Author:     Eda Nur Var <var.eda.nur at gmail.com>
AuthorDate: Sat Jan 25 15:00:15 2020 +0300
Commit:     Muhammet Kara <muhammet.kara at collabora.com>
CommitDate: Sat Jan 25 17:48:59 2020 +0100

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

diff --git a/connectivity/source/inc/ado/Awrapadox.hxx b/connectivity/source/inc/ado/Awrapadox.hxx
index ea32f5895464..7a4f3e5a1ef7 100644
--- a/connectivity/source/inc/ado/Awrapadox.hxx
+++ b/connectivity/source/inc/ado/Awrapadox.hxx
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AWRAPADOX_HXX
-#define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AWRAPADOX_HXX
+#pragma once
 
 #include <com/sun/star/beans/PropertyAttribute.hpp>
 
@@ -135,6 +134,5 @@ namespace connectivity
         };
     }
 }
-#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AWRAPADOX_HXX
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list