diff options
author | Vincent LE GARREC <libreoffice@le-garrec.fr> | 2021-03-06 10:14:31 +0100 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2021-03-23 11:06:48 +0100 |
commit | e29f53b71058b9468cb6c29f82dbf6de53d4cdd0 (patch) | |
tree | 9bd73b6f9130cc87cf22f64a8ccd25c19a13f5ab /winaccessibility/inc/unomsaaevent.hxx | |
parent | cd09fc9451897e6efedbf9f5e1d5b9bd96e65cb5 (diff) |
tdf#124176 Use pragma once in w*
Change-Id: I693f6dafb743d39afd8e41e66a8066f04043f8a8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112052
Tested-by: Jenkins
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'winaccessibility/inc/unomsaaevent.hxx')
-rw-r--r-- | winaccessibility/inc/unomsaaevent.hxx | 5 |
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: */ |