diff options
author | Yildiray <yildiray_uskudar@hotmail.com> | 2021-08-10 18:32:25 +0300 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2021-08-10 22:05:40 +0200 |
commit | ab0bb71280999ef7c11c341f5269ea98019fe4c3 (patch) | |
tree | 42a7506d9ceb2a391a6c1932d56f1fcc4ed7201d /sdext | |
parent | 15a524a1ed2bf464b0b727e628bb5af9685f49b9 (diff) |
tdf#143148 Use pragma once in sdext
Change-Id: I0ba29599509b875494f4021948192d2d447b9e6b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120277
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/pdfimport/filterdet.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sdext/source/pdfimport/filterdet.hxx b/sdext/source/pdfimport/filterdet.hxx index 6ed195d3bb03..6c7d58ca048c 100644 --- a/sdext/source/pdfimport/filterdet.hxx +++ b/sdext/source/pdfimport/filterdet.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SDEXT_SOURCE_PDFIMPORT_FILTERDET_HXX -#define INCLUDED_SDEXT_SOURCE_PDFIMPORT_FILTERDET_HXX +#pragma once #include <com/sun/star/document/XExtendedFilterDetection.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> @@ -100,6 +99,4 @@ bool checkDocChecksum( const OUString& rInPDFFileURL, } -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |