summaryrefslogtreecommitdiff
path: root/winaccessibility/inc/AccObjectWinManager.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/AccObjectWinManager.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/AccObjectWinManager.hxx')
-rw-r--r--winaccessibility/inc/AccObjectWinManager.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/winaccessibility/inc/AccObjectWinManager.hxx b/winaccessibility/inc/AccObjectWinManager.hxx
index 84bfca64d879..66b74b465492 100644
--- a/winaccessibility/inc/AccObjectWinManager.hxx
+++ b/winaccessibility/inc/AccObjectWinManager.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ACCOBJECTWINMANAGER_HXX
-#define __ACCOBJECTWINMANAGER_HXX
+#ifndef INCLUDED_WINACCESSIBILITY_INC_ACCOBJECTWINMANAGER_HXX
+#define INCLUDED_WINACCESSIBILITY_INC_ACCOBJECTWINMANAGER_HXX
#ifndef _COM_SUN_STAR_ACCESSIBILITY_XACCESSIBLE_HPP_
#include <com/sun/star/accessibility/XAccessible.hpp>
@@ -144,6 +144,6 @@ public:
bool IsStateManageDescendant(com::sun::star::accessibility::XAccessible* pAccessible);
};
-#endif
+#endif // INCLUDED_WINACCESSIBILITY_INC_ACCOBJECTWINMANAGER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */