diff options
author | George Bateman <george.bateman16@gmail.com> | 2020-08-06 14:36:13 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-09-04 09:01:02 +0200 |
commit | 6efb746a8cf876ef00d97aa8bd8f2f4ef9cabcfd (patch) | |
tree | 84bce727657e7475fd35718a12ef58049df8fe83 /configmgr/source/groupnode.hxx | |
parent | 505795db3fa8cd5bb9868ff99f9a8cdf268f4c0b (diff) |
tdf#124176 Use #pragma once in configmgr
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: Ide38653f1828752b90d7e312471c9facb99646a9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100252
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'configmgr/source/groupnode.hxx')
-rw-r--r-- | configmgr/source/groupnode.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/configmgr/source/groupnode.hxx b/configmgr/source/groupnode.hxx index c889f807df59..6d1f300817cd 100644 --- a/configmgr/source/groupnode.hxx +++ b/configmgr/source/groupnode.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_CONFIGMGR_SOURCE_GROUPNODE_HXX -#define INCLUDED_CONFIGMGR_SOURCE_GROUPNODE_HXX +#pragma once #include <sal/config.h> @@ -62,6 +61,4 @@ private: } -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |