connectivity/source/drivers/firebird/Connection.hxx |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit e8017041a17a489e56ad4a888c2c2a52225d612b
Author:     Mehmet Sait Gülmez <cenggulmez...@gmail.com>
AuthorDate: Tue Mar 23 00:17:53 2021 +0300
Commit:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
CommitDate: Tue Mar 23 15:13:49 2021 +0100

    tdf#124176: Use pragma once instead of include guards
    
    Change-Id: Ie396c62d7743918c36ee0a2041f26c7a7e70c802
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112945
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
    Tested-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>

diff --git a/connectivity/source/drivers/firebird/Connection.hxx 
b/connectivity/source/drivers/firebird/Connection.hxx
index 9e2c9c24865d..be3dcf5f1824 100644
--- a/connectivity/source/drivers/firebird/Connection.hxx
+++ b/connectivity/source/drivers/firebird/Connection.hxx
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_CONNECTION_HXX
-#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_CONNECTION_HXX
+#pragma once
 
 #include <ibase.h>
 
@@ -239,6 +238,5 @@ namespace connectivity::firebird
         };
 
 }
-#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_CONNECTION_HXX
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to