summaryrefslogtreecommitdiffstats
path: root/winaccessibility/inc/AccObjectContainerEventListener.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'winaccessibility/inc/AccObjectContainerEventListener.hxx')
-rw-r--r--winaccessibility/inc/AccObjectContainerEventListener.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/winaccessibility/inc/AccObjectContainerEventListener.hxx b/winaccessibility/inc/AccObjectContainerEventListener.hxx
index ec606f56c768..41baf99b40e4 100644
--- a/winaccessibility/inc/AccObjectContainerEventListener.hxx
+++ b/winaccessibility/inc/AccObjectContainerEventListener.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_WINACCESSIBILITY_INC_ACCOBJECTCONTAINEREVENTLISTENER_HXX
-#define INCLUDED_WINACCESSIBILITY_INC_ACCOBJECTCONTAINEREVENTLISTENER_HXX
+#pragma once
#include <stdio.h>
#include "AccContainerEventListener.hxx"
@@ -45,6 +44,4 @@ public:
virtual void HandleVisibleDataChangedEvent() override;
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */