summaryrefslogtreecommitdiff
path: root/vcl/osx/a11ywrappercombobox.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/osx/a11ywrappercombobox.h')
-rw-r--r--vcl/osx/a11ywrappercombobox.h5
1 files changed, 1 insertions, 4 deletions
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: */