configmgr/source/winreg.hxx |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit e7c6ceb862e997a56b51212e2c4351ba8ce13602
Author:     Efdal İncesu <efdal_inc...@hotmail.com>
AuthorDate: Sat Jan 25 14:58:47 2020 +0300
Commit:     Muhammet Kara <muhammet.k...@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.k...@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: */
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to