summaryrefslogtreecommitdiffstats
path: root/cppu/source/uno/assign.hxx
diff options
context:
space:
mode:
authorGeorge Bateman <george.bateman16@gmail.com>2020-09-13 11:57:19 +0000
committerJulien Nabet <serval2412@yahoo.fr>2020-09-13 15:28:21 +0200
commit08cc983e26dd3252b12b253af9b0c3430e933321 (patch)
treed0055e3aebfcce1f3c66b8cd7f65784d6dea956b /cppu/source/uno/assign.hxx
parentfix attachnamedialog mnemonics (diff)
downloadcore-08cc983e26dd3252b12b253af9b0c3430e933321.tar.gz
core-08cc983e26dd3252b12b253af9b0c3430e933321.zip
tdf#124176 Use #pragma once in cppu, cppuhelper
This commit was carried out by a Python script, source of which is at https://bugs.documentfoundation.org/show_bug.cgi?id=124176#c97. Change-Id: I0b7c5bec8e56bd21e719c8889fe263e377f3b8ca Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102547 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
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: */