diff options
author | Zeynep Yavuz <zeynepyavuz2001@hotmail.com> | 2021-08-02 20:05:38 +0300 |
---|---|---|
committer | Roman Kuznetsov <antilibreoffice@gmail.com> | 2021-08-05 23:41:54 +0200 |
commit | e642179f466c899365fc9539a8aca66b39fea39a (patch) | |
tree | 570b1c613ec7bfbc2d0fd3ab65a7207f3ce18e95 /vcl/inc | |
parent | f376d68736d9a0f08b2a6ae5c126b0bb5570ff4b (diff) |
tdf#143148: Use pragma once instead of include guards (Episode 2: Endgame)
Change-Id: I049bd94eaaa771584d18859903ef75e4319494b3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119893
Tested-by: Jenkins
Reviewed-by: Roman Kuznetsov <antilibreoffice@gmail.com>
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/osx/salinst.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/vcl/inc/osx/salinst.h b/vcl/inc/osx/salinst.h index e143f970db0d..c94d5871a1df 100644 --- a/vcl/inc/osx/salinst.h +++ b/vcl/inc/osx/salinst.h @@ -18,8 +18,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_VCL_INC_OSX_SALINST_H -#define INCLUDED_VCL_INC_OSX_SALINST_H +#pragma once #include <sal/config.h> @@ -158,6 +157,5 @@ public: CGImageRef CreateCGImage( const Image& ); NSImage* CreateNSImage( const Image& ); -#endif // INCLUDED_VCL_INC_OSX_SALINST_H /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |