summaryrefslogtreecommitdiff
path: root/svtools/source/uno/wizard/wizardshell.hxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-12-28 10:15:19 +0100
committerJulien Nabet <serval2412@yahoo.fr>2019-12-28 11:44:56 +0100
commit08eccd9db6e7e2240a4053092967add4624a5f6c (patch)
treedcc35226ab05006f74a1f6d911cfd74671cf95fd /svtools/source/uno/wizard/wizardshell.hxx
parent0104c28ceac5f2802a34305e85edc2d9ffe252ba (diff)
tdf#124176: Use "pragma once" on svtools/*
It passed "make check" on Linux Change-Id: I29c8f695c499652387ee2f0fffeccd46c3ec8e6e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85913 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svtools/source/uno/wizard/wizardshell.hxx')
-rw-r--r--svtools/source/uno/wizard/wizardshell.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/svtools/source/uno/wizard/wizardshell.hxx b/svtools/source/uno/wizard/wizardshell.hxx
index 391df0f7769e..29a7e9b3853b 100644
--- a/svtools/source/uno/wizard/wizardshell.hxx
+++ b/svtools/source/uno/wizard/wizardshell.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef SVT_UNO_WIZARD_SHELL
-#define SVT_UNO_WIZARD_SHELL
+#pragma once
#include <com/sun/star/ui/dialogs/XWizardController.hpp>
#include <com/sun/star/ui/dialogs/XWizard.hpp>
@@ -127,6 +126,5 @@ namespace svt { namespace uno
} } // namespace svt::uno
-#endif // SVT_UNO_WIZARD_SHELL
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */