summaryrefslogtreecommitdiff
path: root/connectivity/source/inc
diff options
context:
space:
mode:
authorEda Nur Var <var.eda.nur@gmail.com>2020-01-25 15:00:15 +0300
committerMuhammet Kara <muhammet.kara@collabora.com>2020-01-25 17:48:59 +0100
commitd080b07e9a9b6b6c0848debd75c94240c4d45c1e (patch)
tree618304cff2c61086885d2050911ad2b28fc1f7b2 /connectivity/source/inc
parenta43fe4e5c73c44a68fc32b16c1c8db4f3e216f4e (diff)
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>
Diffstat (limited to 'connectivity/source/inc')
-rw-r--r--connectivity/source/inc/ado/Awrapadox.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/connectivity/source/inc/ado/Awrapadox.hxx b/connectivity/source/inc/ado/Awrapadox.hxx
index ea32f5895464..7a4f3e5a1ef7 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 @@ namespace connectivity
};
}
}
-#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_ADO_AWRAPADOX_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */