summaryrefslogtreecommitdiff
path: root/vcl/inc/aqua/aqua11ylistener.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/aqua/aqua11ylistener.hxx')
-rw-r--r--vcl/inc/aqua/aqua11ylistener.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/inc/aqua/aqua11ylistener.hxx b/vcl/inc/aqua/aqua11ylistener.hxx
index 100e09af63fe..97c71ef447ee 100644
--- a/vcl/inc/aqua/aqua11ylistener.hxx
+++ b/vcl/inc/aqua/aqua11ylistener.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _AQUA11YLISTENER_HXX_
-#define _AQUA11YLISTENER_HXX_
+#ifndef INCLUDED_VCL_INC_AQUA_AQUA11YLISTENER_HXX
+#define INCLUDED_VCL_INC_AQUA_AQUA11YLISTENER_HXX
#include <com/sun/star/accessibility/XAccessibleEventListener.hpp>
#include <cppuhelper/implbase1.hxx>
@@ -54,5 +54,5 @@ private:
::com::sun::star::awt::Rectangle m_oldBounds;
};
-#endif // _AQUA11YLISTENER_HXX_
+#endif // INCLUDED_VCL_INC_AQUA_AQUA11YLISTENER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */