summaryrefslogtreecommitdiff
path: root/ucb/source/core/providermap.hxx
diff options
context:
space:
mode:
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: */