diff options
Diffstat (limited to 'vcl/osx/a11ywrapperradiogroup.h')
-rw-r--r-- | vcl/osx/a11ywrapperradiogroup.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/vcl/osx/a11ywrapperradiogroup.h b/vcl/osx/a11ywrapperradiogroup.h index 6c576c866513..0cbc1cf420b7 100644 --- a/vcl/osx/a11ywrapperradiogroup.h +++ b/vcl/osx/a11ywrapperradiogroup.h @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_VCL_OSX_A11YWRAPPERRADIOGROUP_H -#define INCLUDED_VCL_OSX_A11YWRAPPERRADIOGROUP_H +#pragma once #include <osx/a11ywrapper.h> @@ -28,6 +27,4 @@ - (NSArray*)accessibilityAttributeNames; @end -#endif // INCLUDED_VCL_OSX_A11YWRAPPERRADIOGROUP_H - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |