diff options
author | George Bateman <george.bateman16@gmail.com> | 2020-08-04 21:03:59 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-09-04 08:58:07 +0200 |
commit | abea8319622848f2228fc9a2736a645b52ab617b (patch) | |
tree | 11364c5b60fce6d8592f53e984da83cc8bcfe54d /basctl/source/inc/iderid.hxx | |
parent | fb4ddf2fc997f3b0c193b6dce22a0b1313f24240 (diff) |
tdf#124176 Use #pragma once in basctl
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: I812869f1a7cb2ac3e9c97240abc456cd12afd0b4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100121
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'basctl/source/inc/iderid.hxx')
-rw-r--r-- | basctl/source/inc/iderid.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/basctl/source/inc/iderid.hxx b/basctl/source/inc/iderid.hxx index 8724ccbb1891..7c49af0b16ea 100644 --- a/basctl/source/inc/iderid.hxx +++ b/basctl/source/inc/iderid.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_BASCTL_SOURCE_INC_IDERID_HXX -#define INCLUDED_BASCTL_SOURCE_INC_IDERID_HXX +#pragma once #include <rtl/ustring.hxx> @@ -29,6 +28,4 @@ OUString IDEResId(const char *pId); } // namespace basctl -#endif // INCLUDED_BASCTL_SOURCE_INC_IDERID_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |