summaryrefslogtreecommitdiff
path: root/winaccessibility/inc/unomsaaevent.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'winaccessibility/inc/unomsaaevent.hxx')
-rw-r--r--winaccessibility/inc/unomsaaevent.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/winaccessibility/inc/unomsaaevent.hxx b/winaccessibility/inc/unomsaaevent.hxx
index 8f3cb114a933..7b45c86867ed 100644
--- a/winaccessibility/inc/unomsaaevent.hxx
+++ b/winaccessibility/inc/unomsaaevent.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_WINACCESSIBILITY_INC_UNOMSAAEVENT_HXX
-#define INCLUDED_WINACCESSIBILITY_INC_UNOMSAAEVENT_HXX
+#pragma once
//STATE_CHANGED with get FOCUSED -> EVENT_OBJECT_FOCUS
const short UM_EVENT_STATE_FOCUSED = 0;
@@ -105,6 +104,4 @@ const short UM_EVENT_TEXT_SELECTION_CHANGED = 39;
const short UM_EVENT_SECTION_CHANGED = 40;
const short UM_EVENT_COLUMN_CHANGED = 41;
-#endif // INCLUDED_WINACCESSIBILITY_INC_UNOMSAAEVENT_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */