Kaydet (Commit) e9d40e29 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

remove some more external header guards

Change-Id: Ic9efae442fef33c620fbdb1e1c3daef4b64d9780
üst 064ca924
...@@ -32,9 +32,7 @@ ...@@ -32,9 +32,7 @@
#include "AccessibleKeyStroke.h" #include "AccessibleKeyStroke.h"
#ifndef __ACCCOMMON_H_
#include "acccommon.h" #include "acccommon.h"
#endif
using namespace com::sun::star::accessibility::AccessibleRole; using namespace com::sun::star::accessibility::AccessibleRole;
using namespace com::sun::star::accessibility; using namespace com::sun::star::accessibility;
......
...@@ -27,12 +27,8 @@ ...@@ -27,12 +27,8 @@
#include <com/sun/star/accessibility/XAccessibleAction.hpp> #include <com/sun/star/accessibility/XAccessibleAction.hpp>
#include <AccObjectManagerAgent.hxx> #include <AccObjectManagerAgent.hxx>
#include "EnumVariant.h" #include "EnumVariant.h"
#ifndef __ACCCOMMON_H_
#include "acccommon.h" #include "acccommon.h"
#endif
#ifndef _RTL_USTRING_HXX_
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#endif
#define OBJID_WINDOW ((LONG)0x00000000) #define OBJID_WINDOW ((LONG)0x00000000)
#define OBJID_SYSMENU ((LONG)0xFFFFFFFF) #define OBJID_SYSMENU ((LONG)0xFFFFFFFF)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment