From 6069a66690a10550d54f7641cda1aa83560ff019 Mon Sep 17 00:00:00 2001 From: Vincent LE GARREC Date: Thu, 4 Mar 2021 22:38:38 +0100 Subject: tdf#124176 Use pragma once in connectivity Change-Id: I4a57cd6dcbc180fe9a378d2713c687a66476ee79 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111979 Reviewed-by: Ilmari Lauhakangas Tested-by: Ilmari Lauhakangas --- connectivity/source/inc/ado/AStatement.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'connectivity/source/inc/ado/AStatement.hxx') diff --git a/connectivity/source/inc/ado/AStatement.hxx b/connectivity/source/inc/ado/AStatement.hxx index a85992d01f03..3352e2336b64 100644 --- a/connectivity/source/inc/ado/AStatement.hxx +++ b/connectivity/source/inc/ado/AStatement.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ASTATEMENT_HXX -#define INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ASTATEMENT_HXX +#pragma once #include #include @@ -214,6 +213,5 @@ namespace connectivity::ado virtual css::uno::Sequence< sal_Int32 > SAL_CALL executeBatch( ) override; }; } -#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_ASTATEMENT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit