summaryrefslogtreecommitdiff
path: root/ucb/source/core/providermap.hxx
diff options
context:
space:
mode:
authorShobhit <000shobhitchaurasia@gmail.com>2021-01-30 22:17:13 +0530
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2021-02-08 17:32:29 +0100
commit741c1b6bb1d10ab217c084278cd8ad5263a1a323 (patch)
treec20319954a7321c44e3a917bf7c13eef24700463 /ucb/source/core/providermap.hxx
parent896800a7091c2f7d7fc70efaf87b0741dead33bb (diff)
tdf#124176: Use pragma once instead of include guards
Applied clang format Change-Id: Idb3f4dc8726115f8d53721bea28cbe3e53adef3d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110188 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'ucb/source/core/providermap.hxx')
-rw-r--r--ucb/source/core/providermap.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/ucb/source/core/providermap.hxx b/ucb/source/core/providermap.hxx
index f8eabca8a180..1d4c65aa54bf 100644
--- a/ucb/source/core/providermap.hxx
+++ b/ucb/source/core/providermap.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_UCB_SOURCE_CORE_PROVIDERMAP_HXX
-#define INCLUDED_UCB_SOURCE_CORE_PROVIDERMAP_HXX
+#pragma once
#include <deque>
#include <com/sun/star/uno/Reference.h>
@@ -61,6 +60,4 @@ typedef std::deque< ProviderListEntry_Impl > ProviderList_Impl;
typedef ucb_impl::RegexpMap< ProviderList_Impl > ProviderMap_Impl;
-#endif // INCLUDED_UCB_SOURCE_CORE_PROVIDERMAP_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */