summaryrefslogtreecommitdiffstats
path: root/binaryurp/source/incomingreply.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/incomingreply.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/incomingreply.hxx')
-rw-r--r--binaryurp/source/incomingreply.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/binaryurp/source/incomingreply.hxx b/binaryurp/source/incomingreply.hxx
index 058d0edf8c47..b1ff6cb4d2eb 100644
--- a/binaryurp/source/incomingreply.hxx
+++ b/binaryurp/source/incomingreply.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_BINARYURP_SOURCE_INCOMINGREPLY_HXX
-#define INCLUDED_BINARYURP_SOURCE_INCOMINGREPLY_HXX
+#pragma once
#include <sal/config.h>
@@ -49,6 +48,4 @@ public:
}
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */