[Libreoffice-commits] core.git: vcl/inc
Eda Nur Var (via logerrit)
logerrit at kemper.freedesktop.org
Mon Jan 27 09:06:11 UTC 2020
vcl/inc/dbggui.hxx | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
New commits:
commit 6f3678f377d532860c0aed4ab97e151927e5b938
Author: Eda Nur Var <var.eda.nur at gmail.com>
AuthorDate: Mon Jan 27 02:26:40 2020 +0300
Commit: Muhammet Kara <muhammet.kara at collabora.com>
CommitDate: Mon Jan 27 10:05:34 2020 +0100
tdf#124176 Use pragma once instead of include guards
Change-Id: Ie78f7a70ce08108b6897dbe46cb33fdbd197c3b0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87474
Tested-by: Jenkins
Reviewed-by: Muhammet Kara <muhammet.kara at collabora.com>
diff --git a/vcl/inc/dbggui.hxx b/vcl/inc/dbggui.hxx
index 476e1fa2e470..b3d93c5e1627 100644
--- a/vcl/inc/dbggui.hxx
+++ b/vcl/inc/dbggui.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_VCL_INC_DBGGUI_HXX
-#define INCLUDED_VCL_INC_DBGGUI_HXX
+#pragma once
#ifndef NDEBUG
@@ -27,6 +26,4 @@ void DbgGUIDeInitSolarMutexCheck();
#endif
-#endif // INCLUDED_VCL_INC_DBGGUI_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
More information about the Libreoffice-commits
mailing list