include/connectivity/odbc.hxx |    8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

New commits:
commit 92ddacfaa00f7dbcddc521f2239916e69e9a33d6
Author:     Yomnasalama <yomnasalama2...@gmail.com>
AuthorDate: Mon Mar 28 05:36:34 2022 +0200
Commit:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
CommitDate: Wed Mar 30 08:03:09 2022 +0200

    tdf#143148- Use pragma once in connectivity
    
    Change-Id: If15cf06a986e4bf6ac43b91567a7b2b1aa153d18
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132156
    Tested-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>

diff --git a/include/connectivity/odbc.hxx b/include/connectivity/odbc.hxx
index 896001477293..9f1e487ebf71 100644
--- a/include/connectivity/odbc.hxx
+++ b/include/connectivity/odbc.hxx
@@ -16,10 +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_CONNECTIVITY_SOURCE_INC_ODBC_OFUNCTIONDEFS_HXX
-#define INCLUDED_CONNECTIVITY_SOURCE_INC_ODBC_OFUNCTIONDEFS_HXX
+#pragma once
 
 #if defined(_WIN32)
 
@@ -94,7 +91,4 @@
 #endif
 #endif
 
-#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ODBC_OFUNCTIONDEFS_HXX
-
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Reply via email to