AccComponent.h (3a700b0a) AccComponent.h (b0a7a3cf)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 14 unchanged lines hidden (view full) ---

23#define AFX_ACCCOMPONENT_H__626D760C_3944_4B0E_BB4D_F0D20AEDF7DC__INCLUDED_
24
25#if _MSC_VER > 1000
26#pragma once
27#endif // _MSC_VER > 1000
28
29#include "resource.h" // main symbols
30
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 14 unchanged lines hidden (view full) ---

23#define AFX_ACCCOMPONENT_H__626D760C_3944_4B0E_BB4D_F0D20AEDF7DC__INCLUDED_
24
25#if _MSC_VER > 1000
26#pragma once
27#endif // _MSC_VER > 1000
28
29#include "resource.h" // main symbols
30
31#include "AccessibleComponent.h"
32
33
34#include <com/sun/star/accessibility/XAccessible.hpp>
35#include <com/sun/star/accessibility/XAccessibleContext.hpp>
36#include <com/sun/star/accessibility/XAccessibleComponent.hpp>
37#include "UNOXWrapper.h"
38#include "AccComponentBase.h"
39
40using namespace com::sun::star::accessibility;
41using namespace com::sun::star::uno;

--- 59 unchanged lines hidden ---
31#include <com/sun/star/accessibility/XAccessible.hpp>
32#include <com/sun/star/accessibility/XAccessibleContext.hpp>
33#include <com/sun/star/accessibility/XAccessibleComponent.hpp>
34#include "UNOXWrapper.h"
35#include "AccComponentBase.h"
36
37using namespace com::sun::star::accessibility;
38using namespace com::sun::star::uno;

--- 59 unchanged lines hidden ---