summaryrefslogtreecommitdiff
path: root/winaccessibility/inc/AccTopWindowListener.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/AccTopWindowListener.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/AccTopWindowListener.hxx')
-rw-r--r--winaccessibility/inc/AccTopWindowListener.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/winaccessibility/inc/AccTopWindowListener.hxx b/winaccessibility/inc/AccTopWindowListener.hxx
index 278232003585..96ec05d160d0 100644
--- a/winaccessibility/inc/AccTopWindowListener.hxx
+++ b/winaccessibility/inc/AccTopWindowListener.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __ACCTOPWINDOWLISTENER_HXX
-#define __ACCTOPWINDOWLISTENER_HXX
+#ifndef INCLUDED_WINACCESSIBILITY_INC_ACCTOPWINDOWLISTENER_HXX
+#define INCLUDED_WINACCESSIBILITY_INC_ACCTOPWINDOWLISTENER_HXX
#include <com/sun/star/awt/XTopWindowListener.hpp>
#include <com/sun/star/awt/XExtendedToolkit.hpp>
@@ -63,6 +63,6 @@ public:
sal_Int64 GetMSComPtr(sal_Int64 hWnd, sal_Int64 lParam, sal_Int64 wParam);
};
-#endif
+#endif // INCLUDED_WINACCESSIBILITY_INC_ACCTOPWINDOWLISTENER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */