summaryrefslogtreecommitdiff
path: root/cppu/source/uno/assign.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppu/source/uno/assign.hxx')
-rw-r--r--cppu/source/uno/assign.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/cppu/source/uno/assign.hxx b/cppu/source/uno/assign.hxx
index 97ee9cd5b9db..4e3d70f311b2 100644
--- a/cppu/source/uno/assign.hxx
+++ b/cppu/source/uno/assign.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_ASSIGN_HXX
-#define INCLUDED_CPPU_SOURCE_UNO_ASSIGN_HXX
+#pragma once
#include "prim.hxx"
#include "destr.hxx"
@@ -450,6 +449,4 @@ inline bool _assignData(
}
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */