diff options
author | George Bateman <george.bateman16@gmail.com> | 2020-08-04 21:11:28 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-09-04 08:58:54 +0200 |
commit | 5381af18b6c5e75b37bdc81d69f376cfedaaf641 (patch) | |
tree | 619f27342710aac0fcdec1623ce31c6c970c1b99 /binaryurp/source/outgoingrequest.hxx | |
parent | abea8319622848f2228fc9a2736a645b52ab617b (diff) |
tdf#124176 Use #pragma once in binaryurp
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: I7141f07eca2b8338be6bd6b24580256cda6ba092
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100129
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'binaryurp/source/outgoingrequest.hxx')
-rw-r--r-- | binaryurp/source/outgoingrequest.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/binaryurp/source/outgoingrequest.hxx b/binaryurp/source/outgoingrequest.hxx index aaf68e23f64a..f5abda34a302 100644 --- a/binaryurp/source/outgoingrequest.hxx +++ b/binaryurp/source/outgoingrequest.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_BINARYURP_SOURCE_OUTGOINGREQUEST_HXX -#define INCLUDED_BINARYURP_SOURCE_OUTGOINGREQUEST_HXX +#pragma once #include <sal/config.h> @@ -44,6 +43,4 @@ struct OutgoingRequest { } -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |