diff options
author | halfhiddencode <halfhiddencode@gmail.com> | 2020-12-26 09:21:56 +0530 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2020-12-26 12:10:51 +0100 |
commit | 90be4d003b36428a88847d36354c3572c453c90d (patch) | |
tree | 19c91d70c2551faa2b5dc5fdf463e1dd33d83649 /writerperfect | |
parent | d0008a1bfe2c0a83280eb241846b8b5739a3ba9c (diff) |
tdf#124176 Use pragma once in writerperfect
Change-Id: I2484df85c3f3d6011f04844ff30de53c287ab36d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108317
Tested-by: Jenkins
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'writerperfect')
4 files changed, 4 insertions, 16 deletions
diff --git a/writerperfect/source/calc/MSWorksCalcImportFilter.hxx b/writerperfect/source/calc/MSWorksCalcImportFilter.hxx index 82cf7676339c..d0ce3e1fccea 100644 --- a/writerperfect/source/calc/MSWorksCalcImportFilter.hxx +++ b/writerperfect/source/calc/MSWorksCalcImportFilter.hxx @@ -7,8 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef INCLUDED_WRITERPERFECT_SOURCE_CALC_MSWORKSCALCIMPORTFILTER_HXX -#define INCLUDED_WRITERPERFECT_SOURCE_CALC_MSWORKSCALCIMPORTFILTER_HXX +#pragma once #include <com/sun/star/uno/XComponentContext.hpp> @@ -43,6 +42,4 @@ private: virtual void doRegisterHandlers(OdsGenerator& rGenerator) override; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/writerperfect/source/calc/MWAWCalcImportFilter.hxx b/writerperfect/source/calc/MWAWCalcImportFilter.hxx index 97cfc18915af..aa574315d5c6 100644 --- a/writerperfect/source/calc/MWAWCalcImportFilter.hxx +++ b/writerperfect/source/calc/MWAWCalcImportFilter.hxx @@ -7,8 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef INCLUDED_WRITERPERFECT_SOURCE_CALC_MWAWCALCIMPORTFILTER_HXX -#define INCLUDED_WRITERPERFECT_SOURCE_CALC_MWAWCALCIMPORTFILTER_HXX +#pragma once #include <com/sun/star/uno/XComponentContext.hpp> @@ -38,6 +37,4 @@ private: virtual void doRegisterHandlers(OdsGenerator& rGenerator) override; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/writerperfect/source/calc/NumbersImportFilter.hxx b/writerperfect/source/calc/NumbersImportFilter.hxx index 9bbbc174b773..96db0b689392 100644 --- a/writerperfect/source/calc/NumbersImportFilter.hxx +++ b/writerperfect/source/calc/NumbersImportFilter.hxx @@ -7,8 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef INCLUDED_WRITERPERFECT_SOURCE_WRITER_NUMBERSIMPORTFILTER_HXX -#define INCLUDED_WRITERPERFECT_SOURCE_WRITER_NUMBERSIMPORTFILTER_HXX +#pragma once #include <com/sun/star/uno/XComponentContext.hpp> @@ -38,6 +37,4 @@ private: virtual void doRegisterHandlers(OdsGenerator& rGenerator) override; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/writerperfect/source/calc/StarOfficeCalcImportFilter.hxx b/writerperfect/source/calc/StarOfficeCalcImportFilter.hxx index bef0e2cef4d2..0b11e5166fd8 100644 --- a/writerperfect/source/calc/StarOfficeCalcImportFilter.hxx +++ b/writerperfect/source/calc/StarOfficeCalcImportFilter.hxx @@ -7,8 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef INCLUDED_WRITERPERFECT_SOURCE_CALC_STAROFFICECALCIMPORTFILTER_HXX -#define INCLUDED_WRITERPERFECT_SOURCE_CALC_STAROFFICECALCIMPORTFILTER_HXX +#pragma once #include <com/sun/star/uno/XComponentContext.hpp> @@ -39,6 +38,4 @@ private: virtual void doRegisterHandlers(OdsGenerator& rGenerator) override; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |