summaryrefslogtreecommitdiffstats
path: root/cppu/source/uno/destr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppu/source/uno/destr.hxx')
-rw-r--r--cppu/source/uno/destr.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/cppu/source/uno/destr.hxx b/cppu/source/uno/destr.hxx
index 1b964e36a698..13e4ca044c3a 100644
--- a/cppu/source/uno/destr.hxx
+++ b/cppu/source/uno/destr.hxx
@@ -16,8 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_CPPU_SOURCE_UNO_DESTR_HXX
-#define INCLUDED_CPPU_SOURCE_UNO_DESTR_HXX
+#pragma once
#include <sal/config.h>
#include <osl/diagnose.h>
@@ -350,6 +349,4 @@ inline void _destructData(
}
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */