[Libreoffice-commits] core.git: configmgr/source
Efdal Ä°ncesu (via logerrit)
logerrit at kemper.freedesktop.org
Sat Jan 25 16:46:33 UTC 2020
configmgr/source/winreg.hxx | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
New commits:
commit e7c6ceb862e997a56b51212e2c4351ba8ce13602
Author: Efdal İncesu <efdal_incesu at hotmail.com>
AuthorDate: Sat Jan 25 14:58:47 2020 +0300
Commit: Muhammet Kara <muhammet.kara at collabora.com>
CommitDate: Sat Jan 25 17:46:02 2020 +0100
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 at collabora.com>
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: */
More information about the Libreoffice-commits
mailing list