summaryrefslogtreecommitdiff
path: root/unoidl
diff options
context:
space:
mode:
authorOnur Yilmaz <onuryilmaz0750@gmail.com>2020-01-25 15:27:50 +0300
committerMuhammet Kara <muhammet.kara@collabora.com>2020-01-25 17:44:11 +0100
commitef86e72fb06e1b59d1587828d1a9089b50767144 (patch)
tree44ab4aa28d6b83dbfb19d9b7e9765f450a4d5bac /unoidl
parentbca204a32525f0c1aa811bab667a2136269453bd (diff)
tdf#124176: Use pragma once instead of include guards
Change-Id: I093227c37d9ddb056aaa0c13ec413164dfc6780e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87393 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'unoidl')
-rw-r--r--unoidl/source/unoidlprovider.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/unoidl/source/unoidlprovider.hxx b/unoidl/source/unoidlprovider.hxx
index 4e2fce161323..0013af54284f 100644
--- a/unoidl/source/unoidlprovider.hxx
+++ b/unoidl/source/unoidlprovider.hxx
@@ -7,8 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef INCLUDED_UNOIDL_SOURCE_UNOIDLPROVIDER_HXX
-#define INCLUDED_UNOIDL_SOURCE_UNOIDLPROVIDER_HXX
+#pragma once
#include <sal/config.h>
@@ -54,6 +53,4 @@ private:
} }
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */