summaryrefslogtreecommitdiff
path: root/vcl/inc/dbggui.hxx
diff options
context:
space:
mode:
authorEda Nur Var <var.eda.nur@gmail.com>2020-01-27 02:26:40 +0300
committerMuhammet Kara <muhammet.kara@collabora.com>2020-01-27 10:05:34 +0100
commit6f3678f377d532860c0aed4ab97e151927e5b938 (patch)
tree3150005bc25e8d33ec78874b346bf5fc2518469a /vcl/inc/dbggui.hxx
parentaeac2420bc6a274fbf0ff0851d05ac21737182b7 (diff)
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@collabora.com>
Diffstat (limited to 'vcl/inc/dbggui.hxx')
-rw-r--r--vcl/inc/dbggui.hxx5
1 files changed, 1 insertions, 4 deletions
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: */