diff options
author | Taichi Haradaguchi <20001722@ymail.ne.jp> | 2023-11-19 10:58:51 +0900 |
---|---|---|
committer | Taichi Haradaguchi <20001722@ymail.ne.jp> | 2023-11-19 06:42:30 +0100 |
commit | a688f401980646577d353e96d271499b9b720667 (patch) | |
tree | 4ca09aec2baef1e3d7b5dc4eac419c5d712f0866 /vcl/osx/a11ytextattributeswrapper.h | |
parent | 9beb65b258f5e3e95ad4b86f2682c15ea1dac1af (diff) |
tdf#143148: Use pragma once instead of include guards in vcl/osx
Change-Id: I0f6edb1f4ed5310bf0bb7d051852a4c86205431f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159647
Tested-by: Jenkins
Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
Diffstat (limited to 'vcl/osx/a11ytextattributeswrapper.h')
-rw-r--r-- | vcl/osx/a11ytextattributeswrapper.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/vcl/osx/a11ytextattributeswrapper.h b/vcl/osx/a11ytextattributeswrapper.h index 4170f5f8a8cc..7df60a93833a 100644 --- a/vcl/osx/a11ytextattributeswrapper.h +++ b/vcl/osx/a11ytextattributeswrapper.h @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_VCL_OSX_A11YTEXTATTRIBUTESWRAPPER_H -#define INCLUDED_VCL_OSX_A11YTEXTATTRIBUTESWRAPPER_H +#pragma once #include <osx/a11ywrapper.h> @@ -27,6 +26,5 @@ } +(NSMutableAttributedString *)createAttributedStringForElement:(AquaA11yWrapper *)wrapper inOrigRange:(id)origRange; @end -#endif // INCLUDED_VCL_OSX_A11YTEXTATTRIBUTESWRAPPER_H /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |