summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/firebird/User.hxx
diff options
context:
space:
mode:
authorPanos <panos1029@gmail.com>2021-03-23 11:32:52 +0200
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2021-03-23 15:12:52 +0100
commit9c6da8a14ae571e4ca063e9951c00d3fa2c0b14d (patch)
tree317bfc9dfac0a0f6e25e2d1fa7012c06066bf098 /connectivity/source/drivers/firebird/User.hxx
parent14de0fdeb7f84097650d0616bc850f5391642fe6 (diff)
tdf#124176 replace include guards with pragma once
Change-Id: Iac0caac45130fd7da21ed9e7869abbd288931747 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112975 Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'connectivity/source/drivers/firebird/User.hxx')
-rw-r--r--connectivity/source/drivers/firebird/User.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/connectivity/source/drivers/firebird/User.hxx b/connectivity/source/drivers/firebird/User.hxx
index 16fa138976b9..186478280ff8 100644
--- a/connectivity/source/drivers/firebird/User.hxx
+++ b/connectivity/source/drivers/firebird/User.hxx
@@ -7,8 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_USER_HXX
-#define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_USER_HXX
+#pragma once
#include <sdbcx/VUser.hxx>
#include <com/sun/star/sdbc/XConnection.hpp>
@@ -44,7 +43,4 @@ namespace connectivity::firebird
} // namespace connectivity::firebird
-
-#endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_FIREBIRD_USER_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */