sdext/source/pdfimport/filterdet.hxx |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit ab0bb71280999ef7c11c341f5269ea98019fe4c3
Author:     Yildiray <yildiray_usku...@hotmail.com>
AuthorDate: Tue Aug 10 18:32:25 2021 +0300
Commit:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
CommitDate: Tue Aug 10 22:05:40 2021 +0200

    tdf#143148 Use pragma once in sdext
    
    Change-Id: I0ba29599509b875494f4021948192d2d447b9e6b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120277
    Tested-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>

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: */

Reply via email to