diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-12-28 10:15:19 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-12-28 11:44:56 +0100 |
commit | 08eccd9db6e7e2240a4053092967add4624a5f6c (patch) | |
tree | dcc35226ab05006f74a1f6d911cfd74671cf95fd /svtools/source/uno/wizard/wizardpagecontroller.hxx | |
parent | 0104c28ceac5f2802a34305e85edc2d9ffe252ba (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/wizardpagecontroller.hxx')
-rw-r--r-- | svtools/source/uno/wizard/wizardpagecontroller.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/svtools/source/uno/wizard/wizardpagecontroller.hxx b/svtools/source/uno/wizard/wizardpagecontroller.hxx index 1a0161084867..12cd900b49e2 100644 --- a/svtools/source/uno/wizard/wizardpagecontroller.hxx +++ b/svtools/source/uno/wizard/wizardpagecontroller.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SVTOOLS_SOURCE_UNO_WIZARD_WIZARDPAGECONTROLLER_HXX -#define INCLUDED_SVTOOLS_SOURCE_UNO_WIZARD_WIZARDPAGECONTROLLER_HXX +#pragma once #include <vcl/wizardmachine.hxx> #include <com/sun/star/ui/dialogs/XWizardController.hpp> @@ -59,6 +58,5 @@ namespace svt { namespace uno } } // namespace svt::uno -#endif // INCLUDED_SVTOOLS_SOURCE_UNO_WIZARD_WIZARDPAGECONTROLLER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |