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@collabora.com>
diff --git a/connectivity/source/inc/ado/Awrapadox.hxx b/connectivity/source/inc/ado/Awrapadox.hxx
index ea32f58..7a4f3e5 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 @@
        };
    }
}
#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AWRAPADOX_HXX

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */