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/inc/FltCallDialogParameter.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/inc/FltCallDialogParameter.hxx')
-rw-r--r-- | svtools/inc/FltCallDialogParameter.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/svtools/inc/FltCallDialogParameter.hxx b/svtools/inc/FltCallDialogParameter.hxx index cd131fa2c235..c30744875ec8 100644 --- a/svtools/inc/FltCallDialogParameter.hxx +++ b/svtools/inc/FltCallDialogParameter.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SVTOOLS_INC_FTLCALLDIALOGPARAMETER_HXX -#define INCLUDED_SVTOOLS_INC_FTLCALLDIALOGPARAMETER_HXX +#pragma once #include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/beans/PropertyValue.hpp> @@ -45,4 +44,3 @@ struct FltCallDialogParameter : pWindow(pW) , eFieldUnit(eFiUni){}; }; -#endif |