summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorTaichi Haradaguchi <20001722@ymail.ne.jp>2023-11-19 10:58:51 +0900
committerTaichi Haradaguchi <20001722@ymail.ne.jp>2023-11-19 06:42:30 +0100
commita688f401980646577d353e96d271499b9b720667 (patch)
tree4ca09aec2baef1e3d7b5dc4eac419c5d712f0866 /vcl
parent9beb65b258f5e3e95ad4b86f2682c15ea1dac1af (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')
-rw-r--r--vcl/osx/a11yactionwrapper.h5
-rw-r--r--vcl/osx/a11ycomponentwrapper.h5
-rw-r--r--vcl/osx/a11yrolehelper.h5
-rw-r--r--vcl/osx/a11yselectionwrapper.h5
-rw-r--r--vcl/osx/a11ytablewrapper.h4
-rw-r--r--vcl/osx/a11ytextattributeswrapper.h4
-rw-r--r--vcl/osx/a11ytextwrapper.h5
-rw-r--r--vcl/osx/a11yutil.h4
-rw-r--r--vcl/osx/a11yvaluewrapper.h5
-rw-r--r--vcl/osx/a11ywrapperbutton.h5
-rw-r--r--vcl/osx/a11ywrappercheckbox.h5
-rw-r--r--vcl/osx/a11ywrappercombobox.h5
-rw-r--r--vcl/osx/a11ywrappergroup.h5
-rw-r--r--vcl/osx/a11ywrapperlist.h5
-rw-r--r--vcl/osx/a11ywrapperradiobutton.h5
-rw-r--r--vcl/osx/a11ywrapperradiogroup.h5
-rw-r--r--vcl/osx/a11ywrapperrow.h5
-rw-r--r--vcl/osx/a11ywrapperscrollarea.h5
-rw-r--r--vcl/osx/a11ywrapperscrollbar.h5
-rw-r--r--vcl/osx/a11ywrappersplitter.h5
-rw-r--r--vcl/osx/a11ywrapperstatictext.h5
-rw-r--r--vcl/osx/a11ywrappertabgroup.h5
-rw-r--r--vcl/osx/a11ywrappertextarea.h5
-rw-r--r--vcl/osx/a11ywrappertoolbar.h5
24 files changed, 24 insertions, 93 deletions
diff --git a/vcl/osx/a11yactionwrapper.h b/vcl/osx/a11yactionwrapper.h
index 9afc08b6b970..eb0141c805d1 100644
--- a/vcl/osx/a11yactionwrapper.h
+++ b/vcl/osx/a11yactionwrapper.h
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_VCL_OSX_A11YACTIONWRAPPER_H
-#define INCLUDED_VCL_OSX_A11YACTIONWRAPPER_H
+#pragma once
#include <osx/osxvcltypes.h>
#include <osx/a11ywrapper.h>
@@ -31,6 +30,4 @@
+ (NSAccessibilityActionName)actionNameForSelector:(SEL)aSelector;
@end
-#endif // INCLUDED_VCL_OSX_A11YACTIONWRAPPER_H
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/osx/a11ycomponentwrapper.h b/vcl/osx/a11ycomponentwrapper.h
index 3d8b16929279..a63f327e43bb 100644
--- a/vcl/osx/a11ycomponentwrapper.h
+++ b/vcl/osx/a11ycomponentwrapper.h
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_VCL_OSX_A11YCOMPONENTWRAPPER_H
-#define INCLUDED_VCL_OSX_A11YCOMPONENTWRAPPER_H
+#pragma once
#include <osx/osxvcltypes.h>
#include <osx/a11ywrapper.h>
@@ -34,6 +33,4 @@
+ (void)setFocusedAttributeForElement:(AquaA11yWrapper*)wrapper to:(id)value;
@end
-#endif // INCLUDED_VCL_OSX_A11YCOMPONENTWRAPPER_H
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/osx/a11yrolehelper.h b/vcl/osx/a11yrolehelper.h
index 7a4df6dbe967..db349ad38ddd 100644
--- a/vcl/osx/a11yrolehelper.h
+++ b/vcl/osx/a11yrolehelper.h
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_VCL_OSX_A11YROLEHELPER_H
-#define INCLUDED_VCL_OSX_A11YROLEHELPER_H
+#pragma once
#include <com/sun/star/accessibility/XAccessibleContext.hpp>
@@ -30,6 +29,4 @@
+(id)getRoleDescriptionFrom: (NSString *) role with: (NSString *) subRole;
@end
-#endif // INCLUDED_VCL_OSX_A11YROLEHELPER_H
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/osx/a11yselectionwrapper.h b/vcl/osx/a11yselectionwrapper.h
index 880281a114ed..3b62fbd903a8 100644
--- a/vcl/osx/a11yselectionwrapper.h
+++ b/vcl/osx/a11yselectionwrapper.h
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_VCL_OSX_A11YSELECTIONWRAPPER_H
-#define INCLUDED_VCL_OSX_A11YSELECTIONWRAPPER_H
+#pragma once
#include <osx/osxvcltypes.h>
#include <osx/a11ywrapper.h>
@@ -32,6 +31,4 @@
+ (void)setSelectedChildrenAttributeForElement:(AquaA11yWrapper*)wrapper to:(id)value;
@end
-#endif // INCLUDED_VCL_OSX_A11YSELECTIONWRAPPER_H
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/osx/a11ytablewrapper.h b/vcl/osx/a11ytablewrapper.h
index ae2c454a81f0..bc8ce4f39ff1 100644
--- a/vcl/osx/a11ytablewrapper.h
+++ b/vcl/osx/a11ytablewrapper.h
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_VCL_OSX_A11YTABLEWRAPPER_H
-#define INCLUDED_VCL_OSX_A11YTABLEWRAPPER_H
+#pragma once
#include <osx/a11ywrapper.h>
@@ -33,6 +32,5 @@
- (id)rowsAttribute;
- (id)columnsAttribute;
@end
-#endif // INCLUDED_VCL_OSX_A11YTABLEWRAPPER_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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: */
diff --git a/vcl/osx/a11ytextwrapper.h b/vcl/osx/a11ytextwrapper.h
index 356f664fbfa8..344981323101 100644
--- a/vcl/osx/a11ytextwrapper.h
+++ b/vcl/osx/a11ytextwrapper.h
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_VCL_OSX_A11YTEXTWRAPPER_H
-#define INCLUDED_VCL_OSX_A11YTEXTWRAPPER_H
+#pragma once
#include <osx/osxvcltypes.h>
#include <osx/a11ywrapper.h>
@@ -53,6 +52,4 @@
+ (void)setValueAttributeForElement:(AquaA11yWrapper*)wrapper to:(id)value;
@end
-#endif // INCLUDED_VCL_OSX_A11YTEXTWRAPPER_H
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/osx/a11yutil.h b/vcl/osx/a11yutil.h
index 7edf60b292a5..26b1e9faed9b 100644
--- a/vcl/osx/a11yutil.h
+++ b/vcl/osx/a11yutil.h
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_VCL_OSX_A11YUTIL_H
-#define INCLUDED_VCL_OSX_A11YUTIL_H
+#pragma once
#include <com/sun/star/awt/Point.hpp>
@@ -29,5 +28,4 @@
+ (css::awt::Point)nsPointToVclPoint:(NSValue*)nsPoint;
@end
-#endif // INCLUDED_VCL_OSX_A11YUTIL_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/osx/a11yvaluewrapper.h b/vcl/osx/a11yvaluewrapper.h
index 686006b94800..232bd8ad6d53 100644
--- a/vcl/osx/a11yvaluewrapper.h
+++ b/vcl/osx/a11yvaluewrapper.h
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_VCL_OSX_A11YVALUEWRAPPER_H
-#define INCLUDED_VCL_OSX_A11YVALUEWRAPPER_H
+#pragma once
#include <osx/salinst.h>
#include <osx/osxvcltypes.h>
@@ -35,6 +34,4 @@
+ (void)setValueAttributeForElement:(AquaA11yWrapper*)wrapper to:(id)value;
@end
-#endif // INCLUDED_VCL_OSX_A11YVALUEWRAPPER_H
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/osx/a11ywrapperbutton.h b/vcl/osx/a11ywrapperbutton.h
index 7105d160bf6c..e4819e0c07ee 100644
--- a/vcl/osx/a11ywrapperbutton.h
+++ b/vcl/osx/a11ywrapperbutton.h
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_VCL_OSX_A11YWRAPPERBUTTON_H
-#define INCLUDED_VCL_OSX_A11YWRAPPERBUTTON_H
+#pragma once
#include <osx/a11ywrapper.h>
@@ -30,6 +29,4 @@
- (NSArray*)accessibilityAttributeNames;
@end
-#endif // INCLUDED_VCL_OSX_A11YWRAPPERBUTTON_H
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/osx/a11ywrappercheckbox.h b/vcl/osx/a11ywrappercheckbox.h
index 80c37b1dcaad..ec677d8833d6 100644
--- a/vcl/osx/a11ywrappercheckbox.h
+++ b/vcl/osx/a11ywrappercheckbox.h
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_VCL_OSX_A11YWRAPPERCHECKBOX_H
-#define INCLUDED_VCL_OSX_A11YWRAPPERCHECKBOX_H
+#pragma once
#include <osx/a11ywrapper.h>
@@ -30,6 +29,4 @@
- (NSArray*)accessibilityAttributeNames;
@end
-#endif // INCLUDED_VCL_OSX_A11YWRAPPERCHECKBOX_H
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/osx/a11ywrappercombobox.h b/vcl/osx/a11ywrappercombobox.h
index 1df25fbbe184..0f9e21ec0938 100644
--- a/vcl/osx/a11ywrappercombobox.h
+++ b/vcl/osx/a11ywrappercombobox.h
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_VCL_OSX_A11YWRAPPERCOMBOBOX_H
-#define INCLUDED_VCL_OSX_A11YWRAPPERCOMBOBOX_H
+#pragma once
#include <osx/a11ywrapper.h>
#include <com/sun/star/accessibility/XAccessibleContext.hpp>
@@ -40,6 +39,4 @@
- (NSArray*)accessibilityAttributeNames;
@end
-#endif // INCLUDED_VCL_OSX_A11YWRAPPERCOMBOBOX_H
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/osx/a11ywrappergroup.h b/vcl/osx/a11ywrappergroup.h
index ece809a84d57..68d9742e7947 100644
--- a/vcl/osx/a11ywrappergroup.h
+++ b/vcl/osx/a11ywrappergroup.h
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_VCL_OSX_A11YWRAPPERGROUP_H
-#define INCLUDED_VCL_OSX_A11YWRAPPERGROUP_H
+#pragma once
#include <osx/a11ywrapper.h>
@@ -29,6 +28,4 @@
- (NSArray*)accessibilityAttributeNames;
@end
-#endif // INCLUDED_VCL_OSX_A11YWRAPPERGROUP_H
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/osx/a11ywrapperlist.h b/vcl/osx/a11ywrapperlist.h
index d13101c584aa..deb6de98dea9 100644
--- a/vcl/osx/a11ywrapperlist.h
+++ b/vcl/osx/a11ywrapperlist.h
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_VCL_OSX_A11YWRAPPERLIST_H
-#define INCLUDED_VCL_OSX_A11YWRAPPERLIST_H
+#pragma once
#include <osx/a11ywrapper.h>
@@ -28,6 +27,4 @@
- (NSArray*)accessibilityAttributeNames;
@end
-#endif // INCLUDED_VCL_OSX_A11YWRAPPERLIST_H
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/osx/a11ywrapperradiobutton.h b/vcl/osx/a11ywrapperradiobutton.h
index 11f94b033cc9..357b9566b081 100644
--- a/vcl/osx/a11ywrapperradiobutton.h
+++ b/vcl/osx/a11ywrapperradiobutton.h
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_VCL_OSX_A11YWRAPPERRADIOBUTTON_H
-#define INCLUDED_VCL_OSX_A11YWRAPPERRADIOBUTTON_H
+#pragma once
#include <osx/a11ywrapper.h>
@@ -30,6 +29,4 @@
- (NSArray*)accessibilityAttributeNames;
@end
-#endif // INCLUDED_VCL_OSX_A11YWRAPPERRADIOBUTTON_H
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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: */
diff --git a/vcl/osx/a11ywrapperrow.h b/vcl/osx/a11ywrapperrow.h
index ebf6ae0bb5fa..7933bbef4428 100644
--- a/vcl/osx/a11ywrapperrow.h
+++ b/vcl/osx/a11ywrapperrow.h
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_VCL_OSX_A11YWRAPPERROW_H
-#define INCLUDED_VCL_OSX_A11YWRAPPERROW_H
+#pragma once
#include <osx/a11ywrapper.h>
@@ -29,6 +28,4 @@
- (NSArray*)accessibilityAttributeNames;
@end
-#endif // INCLUDED_VCL_OSX_A11YWRAPPERROW_H
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/osx/a11ywrapperscrollarea.h b/vcl/osx/a11ywrapperscrollarea.h
index 3eaf1dc42ad1..45af07c1e573 100644
--- a/vcl/osx/a11ywrapperscrollarea.h
+++ b/vcl/osx/a11ywrapperscrollarea.h
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_VCL_OSX_A11YWRAPPERSCROLLAREA_H
-#define INCLUDED_VCL_OSX_A11YWRAPPERSCROLLAREA_H
+#pragma once
#include <osx/a11ywrapper.h>
@@ -30,6 +29,4 @@
- (NSArray*)accessibilityAttributeNames;
@end
-#endif // INCLUDED_VCL_OSX_A11YWRAPPERSCROLLAREA_H
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/osx/a11ywrapperscrollbar.h b/vcl/osx/a11ywrapperscrollbar.h
index e05ab3cccaf4..82db782c4807 100644
--- a/vcl/osx/a11ywrapperscrollbar.h
+++ b/vcl/osx/a11ywrapperscrollbar.h
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_VCL_OSX_A11YWRAPPERSCROLLBAR_H
-#define INCLUDED_VCL_OSX_A11YWRAPPERSCROLLBAR_H
+#pragma once
#include <osx/a11ywrapper.h>
@@ -28,6 +27,4 @@
- (NSArray*)accessibilityAttributeNames;
@end
-#endif // INCLUDED_VCL_OSX_A11YWRAPPERSCROLLBAR_H
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/osx/a11ywrappersplitter.h b/vcl/osx/a11ywrappersplitter.h
index 60774c258622..78ecbb97ba5a 100644
--- a/vcl/osx/a11ywrappersplitter.h
+++ b/vcl/osx/a11ywrappersplitter.h
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_VCL_OSX_A11YWRAPPERSPLITTER_H
-#define INCLUDED_VCL_OSX_A11YWRAPPERSPLITTER_H
+#pragma once
#include <osx/a11ywrapper.h>
@@ -28,6 +27,4 @@
- (NSArray*)accessibilityAttributeNames;
@end
-#endif // INCLUDED_VCL_OSX_A11YWRAPPERSPLITTER_H
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/osx/a11ywrapperstatictext.h b/vcl/osx/a11ywrapperstatictext.h
index d3fcd3536d6c..549fd9f9bddb 100644
--- a/vcl/osx/a11ywrapperstatictext.h
+++ b/vcl/osx/a11ywrapperstatictext.h
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_VCL_OSX_A11YWRAPPERSTATICTEXT_H
-#define INCLUDED_VCL_OSX_A11YWRAPPERSTATICTEXT_H
+#pragma once
#include <osx/a11ywrapper.h>
@@ -29,6 +28,4 @@
- (NSArray*)accessibilityAttributeNames;
@end
-#endif // INCLUDED_VCL_OSX_A11YWRAPPERSTATICTEXT_H
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/osx/a11ywrappertabgroup.h b/vcl/osx/a11ywrappertabgroup.h
index c38b1d34ac1c..50ac2d117191 100644
--- a/vcl/osx/a11ywrappertabgroup.h
+++ b/vcl/osx/a11ywrappertabgroup.h
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_VCL_OSX_A11YWRAPPERTABGROUP_H
-#define INCLUDED_VCL_OSX_A11YWRAPPERTABGROUP_H
+#pragma once
#include <osx/a11ywrapper.h>
@@ -28,6 +27,4 @@
- (NSArray*)accessibilityAttributeNames;
@end
-#endif // INCLUDED_VCL_OSX_A11YWRAPPERTABGROUP_H
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/osx/a11ywrappertextarea.h b/vcl/osx/a11ywrappertextarea.h
index f32862a769ce..dda30f1b3885 100644
--- a/vcl/osx/a11ywrappertextarea.h
+++ b/vcl/osx/a11ywrappertextarea.h
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_VCL_OSX_A11YWRAPPERTEXTAREA_H
-#define INCLUDED_VCL_OSX_A11YWRAPPERTEXTAREA_H
+#pragma once
#include <osx/a11ywrapper.h>
@@ -28,6 +27,4 @@
- (NSArray*)accessibilityAttributeNames;
@end
-#endif // INCLUDED_VCL_OSX_A11YWRAPPERTEXTAREA_H
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/osx/a11ywrappertoolbar.h b/vcl/osx/a11ywrappertoolbar.h
index 2d61822900c5..9f521e58901a 100644
--- a/vcl/osx/a11ywrappertoolbar.h
+++ b/vcl/osx/a11ywrappertoolbar.h
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_VCL_OSX_A11YWRAPPERTOOLBAR_H
-#define INCLUDED_VCL_OSX_A11YWRAPPERTOOLBAR_H
+#pragma once
#include <osx/a11ywrapper.h>
@@ -28,6 +27,4 @@
- (NSArray*)accessibilityAttributeNames;
@end
-#endif // INCLUDED_VCL_OSX_A11YWRAPPERTOOLBAR_H
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */