summaryrefslogtreecommitdiff
path: root/desktop/source/pkgchk
diff options
context:
space:
mode:
authorGeorge Bateman <george.bateman16@gmail.com>2020-09-13 12:12:01 +0000
committerJulien Nabet <serval2412@yahoo.fr>2020-09-13 19:09:54 +0200
commitdcbe844e291b7efa9ea7eaf280186ce97df075b2 (patch)
tree8fb4f984fb1f444612ef756dca2bc0a80bc2a57a /desktop/source/pkgchk
parentd4ceea4ca9d9abb47a6f84da138c2918bc7100e0 (diff)
tdf#124176 Use #pragma once in desktop
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: I26f01467d2a572a51c7ace76628d4a8f96f249a4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102553 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'desktop/source/pkgchk')
-rw-r--r--desktop/source/pkgchk/unopkg/unopkg_main.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/desktop/source/pkgchk/unopkg/unopkg_main.h b/desktop/source/pkgchk/unopkg/unopkg_main.h
index bfd9ee69b376..0fcb1013d37a 100644
--- a/desktop/source/pkgchk/unopkg/unopkg_main.h
+++ b/desktop/source/pkgchk/unopkg/unopkg_main.h
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_DESKTOP_SOURCE_PKGCHK_UNOPKG_UNOPKG_MAIN_H
-#define INCLUDED_DESKTOP_SOURCE_PKGCHK_UNOPKG_UNOPKG_MAIN_H
+#pragma once
#include <desktop/dllapi.h>
@@ -32,6 +31,4 @@ DESKTOP_DLLPUBLIC int unopkg_main(void);
}
#endif
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */