summaryrefslogtreecommitdiff
path: root/cppu/source/helper/purpenv/Proxy.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppu/source/helper/purpenv/Proxy.hxx')
-rw-r--r--cppu/source/helper/purpenv/Proxy.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/cppu/source/helper/purpenv/Proxy.hxx b/cppu/source/helper/purpenv/Proxy.hxx
index 6f99ee7d42be..953abbf3b449 100644
--- a/cppu/source/helper/purpenv/Proxy.hxx
+++ b/cppu/source/helper/purpenv/Proxy.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_CPPU_SOURCE_HELPER_PURPENV_PROXY_HXX
-#define INCLUDED_CPPU_SOURCE_HELPER_PURPENV_PROXY_HXX
+#pragma once
#include <osl/interlck.h>
@@ -74,6 +73,4 @@ public:
extern "C" void Proxy_free(uno_ExtEnvironment * pEnv, void * pProxy) SAL_THROW_EXTERN_C();
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */