summaryrefslogtreecommitdiff
path: root/cppu/source/uno/constr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppu/source/uno/constr.hxx')
-rw-r--r--cppu/source/uno/constr.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/cppu/source/uno/constr.hxx b/cppu/source/uno/constr.hxx
index 73d89b915d1f..9ca2eebf8e8f 100644
--- a/cppu/source/uno/constr.hxx
+++ b/cppu/source/uno/constr.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_CONSTR_HXX
-#define INCLUDED_CPPU_SOURCE_UNO_CONSTR_HXX
+#pragma once
#include "prim.hxx"
#include <osl/diagnose.h>
@@ -136,6 +135,4 @@ inline void _defaultConstructData(
}
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */