summaryrefslogtreecommitdiffstats
path: root/winaccessibility/inc/AccDescendantManagerEventListener.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/AccDescendantManagerEventListener.hxx
parentBin pointless header inclusion guard (diff)
downloadcore-a718fef09489fdcd2908af49b0c35cfebbbfb388.tar.gz
core-a718fef09489fdcd2908af49b0c35cfebbbfb388.zip
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/AccDescendantManagerEventListener.hxx')
-rw-r--r--winaccessibility/inc/AccDescendantManagerEventListener.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/winaccessibility/inc/AccDescendantManagerEventListener.hxx b/winaccessibility/inc/AccDescendantManagerEventListener.hxx
index c21364f2565c..1157a52bd647 100644
--- a/winaccessibility/inc/AccDescendantManagerEventListener.hxx
+++ b/winaccessibility/inc/AccDescendantManagerEventListener.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ACCDESCENDANTMANAGEREVENTLISTENER_HXX
-#define __ACCDESCENDANTMANAGEREVENTLISTENER_HXX
+#ifndef INCLUDED_WINACCESSIBILITY_INC_ACCDESCENDANTMANAGEREVENTLISTENER_HXX
+#define INCLUDED_WINACCESSIBILITY_INC_ACCDESCENDANTMANAGEREVENTLISTENER_HXX
#include <stdio.h>
#include "AccComponentEventListener.hxx"
@@ -62,6 +62,6 @@ public:
const css::uno::Any &oldValue, const css::uno::Any &newValue);
};
-#endif
+#endif // INCLUDED_WINACCESSIBILITY_INC_ACCDESCENDANTMANAGEREVENTLISTENER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */