summaryrefslogtreecommitdiff
path: root/bridges/inc/unointerfaceproxy.hxx
diff options
context:
space:
mode:
authorGeorge Bateman <george.bateman16@gmail.com>2020-08-04 21:15:24 +0000
committerJulien Nabet <serval2412@yahoo.fr>2020-09-04 09:00:08 +0200
commit505795db3fa8cd5bb9868ff99f9a8cdf268f4c0b (patch)
treef075e393daded8d89b6978487f11d7b57753db2a /bridges/inc/unointerfaceproxy.hxx
parent5381af18b6c5e75b37bdc81d69f376cfedaaf641 (diff)
tdf#124176 Use #pragma once in bridges
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: Icadf43a74e4ba99e587a1e6287adf8d65f819ca1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100144 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'bridges/inc/unointerfaceproxy.hxx')
-rw-r--r--bridges/inc/unointerfaceproxy.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/bridges/inc/unointerfaceproxy.hxx b/bridges/inc/unointerfaceproxy.hxx
index 5b9ad042367d..b00d6ad61366 100644
--- a/bridges/inc/unointerfaceproxy.hxx
+++ b/bridges/inc/unointerfaceproxy.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_BRIDGES_INC_UNOINTERFACEPROXY_HXX
-#define INCLUDED_BRIDGES_INC_UNOINTERFACEPROXY_HXX
+#pragma once
#include <sal/config.h>
@@ -103,6 +102,4 @@ private:
}
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */