summaryrefslogtreecommitdiffstats
path: root/cppu/source/uno/loadmodule.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/loadmodule.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/loadmodule.hxx')
-rw-r--r--cppu/source/uno/loadmodule.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/cppu/source/uno/loadmodule.hxx b/cppu/source/uno/loadmodule.hxx
index cde33594ce06..4d6c322c1078 100644
--- a/cppu/source/uno/loadmodule.hxx
+++ b/cppu/source/uno/loadmodule.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_CPPU_SOURCE_UNO_LOADMODULE_HXX
-#define INCLUDED_CPPU_SOURCE_UNO_LOADMODULE_HXX
+#pragma once
#include <sal/config.h>
#include <rtl/ustring.hxx>
@@ -43,6 +42,4 @@ bool loadModule(osl::Module & rModule, OUString const & name);
}
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */