diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-11-21 00:34:39 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-11-21 00:41:09 +0100 |
commit | d47e869c7ef1d573d1f7107150ca448f86d292b3 (patch) | |
tree | 600f1636bfbafdb4aa95dc4a1c68ac3803977e52 /winaccessibility | |
parent | a36d446591353d7e4ed7eb9e25d98c6411e78a8c (diff) |
winaccessibility: "typedef sal_Int32 HWND;" - sigh...
Change-Id: I5c51652932537cfb200183c30c5c1d954586f8fa
Diffstat (limited to 'winaccessibility')
-rw-r--r-- | winaccessibility/source/service/AccEventListener.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/winaccessibility/source/service/AccEventListener.cxx b/winaccessibility/source/service/AccEventListener.cxx index 5a3c687bb967..151aa7f40217 100644 --- a/winaccessibility/source/service/AccEventListener.cxx +++ b/winaccessibility/source/service/AccEventListener.cxx @@ -25,11 +25,6 @@ #include <toolkit/awt/Vclxwindow.hxx> -#ifndef _SV_SYSDATA_HXX -#if defined( WIN ) || defined( WNT ) || defined( OS2 ) -typedef sal_Int32 HWND; -#endif -#endif #include "AccEventListener.hxx" #include "AccObjectManagerAgent.hxx" #include "unomsaaevent.hxx" |