summaryrefslogtreecommitdiff
path: root/configmgr/source/configurationprovider.hxx
diff options
context:
space:
mode:
authorGeorge Bateman <george.bateman16@gmail.com>2020-08-06 14:36:13 +0000
committerJulien Nabet <serval2412@yahoo.fr>2020-09-04 09:01:02 +0200
commit6efb746a8cf876ef00d97aa8bd8f2f4ef9cabcfd (patch)
tree84bce727657e7475fd35718a12ef58049df8fe83 /configmgr/source/configurationprovider.hxx
parent505795db3fa8cd5bb9868ff99f9a8cdf268f4c0b (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/configurationprovider.hxx')
-rw-r--r--configmgr/source/configurationprovider.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/configmgr/source/configurationprovider.hxx b/configmgr/source/configurationprovider.hxx
index ffd7f6133185..278a82bd3bfb 100644
--- a/configmgr/source/configurationprovider.hxx
+++ b/configmgr/source/configurationprovider.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_CONFIGMGR_SOURCE_CONFIGURATIONPROVIDER_HXX
-#define INCLUDED_CONFIGMGR_SOURCE_CONFIGURATIONPROVIDER_HXX
+#pragma once
#include <sal/config.h>
@@ -40,6 +39,4 @@ css::uno::Reference< css::uno::XInterface > createDefault(
}
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */