diff options
Diffstat (limited to 'include/comphelper/accessibleeventnotifier.hxx')
-rw-r--r-- | include/comphelper/accessibleeventnotifier.hxx | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/include/comphelper/accessibleeventnotifier.hxx b/include/comphelper/accessibleeventnotifier.hxx index 96b1831e59d8..b88bae441455 100644 --- a/include/comphelper/accessibleeventnotifier.hxx +++ b/include/comphelper/accessibleeventnotifier.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef COMPHELPER_ACCESSIBLE_EVENT_NOTIFIER -#define COMPHELPER_ACCESSIBLE_EVENT_NOTIFIER +#ifndef INCLUDED_COMPHELPER_ACCESSIBLEEVENTNOTIFIER_HXX +#define INCLUDED_COMPHELPER_ACCESSIBLEEVENTNOTIFIER_HXX #include <com/sun/star/accessibility/AccessibleEventObject.hpp> #include <com/sun/star/accessibility/XAccessibleEventListener.hpp> @@ -124,8 +124,6 @@ namespace comphelper } // namespace comphelper - -#endif // COMPHELPER_ACCESSIBLE_EVENT_NOTIFIER - +#endif // INCLUDED_COMPHELPER_ACCESSIBLEEVENTNOTIFIER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |