summaryrefslogtreecommitdiff
path: root/winaccessibility/source/UAccCOM/MAccessible.h
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2021-09-07 10:29:50 +0100
committerMichael Weghorn <m.weghorn@posteo.de>2021-09-07 16:47:45 +0200
commit47b1bb2f66acc920a0a46cc84a32dabdd9540894 (patch)
tree34ad2d9f6cf7ab81018c9fc8072f60d90150b775 /winaccessibility/source/UAccCOM/MAccessible.h
parentf565adda49eae3cb2a07c3b4f2dff5c380c7a524 (diff)
wina11y: Move "stdafx.h" include to headers
Move the "stdafx.h" include to the MAccessible.h and UNOXWrapper.h headers from the corresponding source files, since the 'ATL_NO_VTABLE' define from stdafx.h is already used in the headers. (This e.g. also makes sure that the define is known when opening one of those headers in an IDE.) Change-Id: I3b6b7df037846daaad4d702e0e0c0bd2970dc663 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121773 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'winaccessibility/source/UAccCOM/MAccessible.h')
-rw-r--r--winaccessibility/source/UAccCOM/MAccessible.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/winaccessibility/source/UAccCOM/MAccessible.h b/winaccessibility/source/UAccCOM/MAccessible.h
index 80e9cb463ca1..5384e6a5c665 100644
--- a/winaccessibility/source/UAccCOM/MAccessible.h
+++ b/winaccessibility/source/UAccCOM/MAccessible.h
@@ -19,6 +19,7 @@
#pragma once
+#include "stdafx.h"
#include "Resource.h" // main symbols
#include <map>
#include <com/sun/star/accessibility/XAccessible.hpp>