diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-14 17:43:00 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-14 18:12:57 +0200 |
commit | 7249ba6877ef687fd787375e18678c5f1f417a49 (patch) | |
tree | 4b729fff093397ad49b55cc9f8d4bdb516c7f04c /winaccessibility | |
parent | b81ec527f0bc07f1d988b2393e3ec02503cd72e4 (diff) |
remove external header guards
that's the problem with those: none of them was actually defined...
Change-Id: I496140e43cf8ff8a5712394023d98516aaf21adc
Diffstat (limited to 'winaccessibility')
-rw-r--r-- | winaccessibility/inc/AccObjectWinManager.hxx | 2 | ||||
-rw-r--r-- | winaccessibility/source/UAccCOM/AccTable.cxx | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/winaccessibility/inc/AccObjectWinManager.hxx b/winaccessibility/inc/AccObjectWinManager.hxx index 66b74b465492..99c866ec13fb 100644 --- a/winaccessibility/inc/AccObjectWinManager.hxx +++ b/winaccessibility/inc/AccObjectWinManager.hxx @@ -20,9 +20,7 @@ #ifndef INCLUDED_WINACCESSIBILITY_INC_ACCOBJECTWINMANAGER_HXX #define INCLUDED_WINACCESSIBILITY_INC_ACCOBJECTWINMANAGER_HXX -#ifndef _COM_SUN_STAR_ACCESSIBILITY_XACCESSIBLE_HPP_ #include <com/sun/star/accessibility/XAccessible.hpp> -#endif #include <map> #include <windows.h> #include <osl/mutex.hxx> diff --git a/winaccessibility/source/UAccCOM/AccTable.cxx b/winaccessibility/source/UAccCOM/AccTable.cxx index 8d1fbd5decef..c945ad795d11 100644 --- a/winaccessibility/source/UAccCOM/AccTable.cxx +++ b/winaccessibility/source/UAccCOM/AccTable.cxx @@ -29,10 +29,7 @@ #include <com/sun/star/accessibility/XAccessible.hpp> #include "MAccessible.h" - -#ifndef _COM_SUN_STAR_ACCESSIBILITY_XACCESSIBLETABLEEXTENT_HPP_ #include <com/sun/star/accessibility/XAccessibleTableSelection.hpp> -#endif using namespace com::sun::star::accessibility; using namespace com::sun::star::uno; |