summaryrefslogtreecommitdiffstats
path: root/binaryurp/source/lessoperators.hxx
diff options
context:
space:
mode:
authorGeorge Bateman <george.bateman16@gmail.com>2020-08-04 21:11:28 +0000
committerJulien Nabet <serval2412@yahoo.fr>2020-09-04 08:58:54 +0200
commit5381af18b6c5e75b37bdc81d69f376cfedaaf641 (patch)
tree619f27342710aac0fcdec1623ce31c6c970c1b99 /binaryurp/source/lessoperators.hxx
parenttdf#124176 Use #pragma once in basctl (diff)
downloadcore-5381af18b6c5e75b37bdc81d69f376cfedaaf641.tar.gz
core-5381af18b6c5e75b37bdc81d69f376cfedaaf641.zip
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/lessoperators.hxx')
-rw-r--r--binaryurp/source/lessoperators.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/binaryurp/source/lessoperators.hxx b/binaryurp/source/lessoperators.hxx
index 65f2c5366ca3..306710de6386 100644
--- a/binaryurp/source/lessoperators.hxx
+++ b/binaryurp/source/lessoperators.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_BINARYURP_SOURCE_LESSOPERATORS_HXX
-#define INCLUDED_BINARYURP_SOURCE_LESSOPERATORS_HXX
+#pragma once
#include <sal/config.h>
@@ -37,6 +36,4 @@ bool operator <(ByteSequence const & left, ByteSequence const & right);
}
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */