summaryrefslogtreecommitdiff
path: root/winaccessibility/inc/unomsaaevent.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-12-03 11:25:33 +0200
committerTor Lillqvist <tml@collabora.com>2013-12-03 13:37:37 +0200
commita718fef09489fdcd2908af49b0c35cfebbbfb388 (patch)
treedad075d37e8faef4b3b51ca0d294429473e92657 /winaccessibility/inc/unomsaaevent.hxx
parentc7fd6b857fe712ca029d2c7f4d669db0c400101d (diff)
Use our header guard convention
Using identifiers starting with underscores is questionable even if they don't happen to clash with anything used by the language implementation. Change-Id: I0af605d40d85ea7e47e1047572fbe180270e08ac
Diffstat (limited to 'winaccessibility/inc/unomsaaevent.hxx')
-rw-r--r--winaccessibility/inc/unomsaaevent.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/winaccessibility/inc/unomsaaevent.hxx b/winaccessibility/inc/unomsaaevent.hxx
index e8bb3eb9ba36..8fff53a63045 100644
--- a/winaccessibility/inc/unomsaaevent.hxx
+++ b/winaccessibility/inc/unomsaaevent.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __UNOMSAAEVENT_HXX
-#define __UNOMSAAEVENT_HXX
+#ifndef INCLUDED_WINACCESSIBILITY_INC_UNOMSAAEVENT_HXX
+#define INCLUDED_WINACCESSIBILITY_INC_UNOMSAAEVENT_HXX
//STATE_CHANGED with get FOCUSED -> EVENT_OBJECT_FOCUS
const short UM_EVENT_STATE_FOCUSED = 0 ;
@@ -105,6 +105,6 @@ const short UM_EVENT_TEXT_SELECTION_CHANGED = 39;
const short UM_EVENT_SECTION_CHANGED = 40;
const short UM_EVENT_COLUMN_CHANGED = 41;
-#endif
+#endif // INCLUDED_WINACCESSIBILITY_INC_UNOMSAAEVENT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */