summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorEfdal İncesu <efdal_incesu@hotmail.com>2020-01-25 14:58:47 +0300
committerMuhammet Kara <muhammet.kara@collabora.com>2020-01-25 17:46:02 +0100
commite7c6ceb862e997a56b51212e2c4351ba8ce13602 (patch)
tree45b30626190816538e3a89cc1a8ba546617f73ea /configmgr
parentef86e72fb06e1b59d1587828d1a9089b50767144 (diff)
tdf#124176: Use pragma once instead of include guard
Change-Id: Ifec221d1dbffa3adcc9e3cc7ed13dcf82f1182d7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87384 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/winreg.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/configmgr/source/winreg.hxx b/configmgr/source/winreg.hxx
index fb880ac0c564..132a1f6d4206 100644
--- a/configmgr/source/winreg.hxx
+++ b/configmgr/source/winreg.hxx
@@ -8,8 +8,7 @@
*
*/
-#ifndef INCLUDED_CONFIGMGR_SOURCE_WINREG_HXX
-#define INCLUDED_CONFIGMGR_SOURCE_WINREG_HXX
+#pragma once
namespace configmgr {
@@ -19,6 +18,4 @@ bool dumpWindowsRegistry(OUString* pFileURL, WinRegType eType);
}
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */