summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaichi Haradaguchi <20001722@ymail.ne.jp>2023-11-19 10:49:53 +0900
committerTaichi Haradaguchi <20001722@ymail.ne.jp>2023-11-19 06:41:07 +0100
commit9beb65b258f5e3e95ad4b86f2682c15ea1dac1af (patch)
treea478776687e6d009425fc70896333e42c3a53d2e
parentvcl: add unit tests for simple text 'AV' with kerning and no-kerning enabled (diff)
downloadcore-9beb65b258f5e3e95ad4b86f2682c15ea1dac1af.tar.gz
core-9beb65b258f5e3e95ad4b86f2682c15ea1dac1af.zip
tdf#143148: Use pragma once instead of include guards in vcl/source
Change-Id: Ie19a3e16861946434342c7e07482ae649a4afb4e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159646 Tested-by: Jenkins Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
-rw-r--r--vcl/source/filter/jpeg/jpeg.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/vcl/source/filter/jpeg/jpeg.h b/vcl/source/filter/jpeg/jpeg.h
index a7ddcffa6ece..2cf600bb6de4 100644
--- a/vcl/source/filter/jpeg/jpeg.h
+++ b/vcl/source/filter/jpeg/jpeg.h
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_VCL_SOURCE_FILTER_JPEG_JPEG_H
-#define INCLUDED_VCL_SOURCE_FILTER_JPEG_JPEG_H
+#pragma once
#include <sal/config.h>
@@ -62,6 +61,4 @@ struct SourceManagerStruct {
int no_data_available_failures;
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */