Kaydet (Commit) 3af0afba authored tarafından Michael Stahl's avatar Michael Stahl

winaccessibility: remove UAccCOM2.h

At least with MSVC2012 there is no warning C4917 here.

Change-Id: I8de6cfc33791b1bb5e2b7808e306f733cf8cfcb5
üst 2460b966
......@@ -28,7 +28,7 @@
#include <osl/mutex.hxx>
#include <vcl/dllapi.h>
#include "ResIDGenerator.hxx"
#include "UAccCOM2.h"
#include "UAccCOM.h"
class ResIDGenerator;
class AccObjectManagerAgent;
......
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef __UACCCOM2_H
#define __UACCCOM2_H
// Just a wrapper header for disabling this warning....
#pragma warning( disable: 4917 ) /* a GUID can only be associated with a class, interface or namespace */
#include "UAccCOM.h"
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -20,8 +20,6 @@
#ifndef __ACCHELPER_HXX
#define __ACCHELPER_HXX
#include "UAccCOM2.h"
enum DIRECTION
{
FIRST_CHILD=0,
......
......@@ -21,7 +21,7 @@
* AccAction.cpp : Implementation of CAccAction
*/
#include "stdafx.h"
#include "UAccCOM2.h"
#include "UAccCOM.h"
#include "AccAction.h"
using namespace com::sun::star::accessibility;
......
......@@ -21,7 +21,7 @@
* AccComponent.cpp : Implementation of CUAccCOMApp and DLL registration.
*/
#include "stdafx.h"
#include "UAccCOM2.h"
#include "UAccCOM.h"
#include "AccComponent.h"
/**
......
......@@ -21,7 +21,7 @@
* AccEditableText.cpp : Implementation of CUAccCOMApp and DLL registration.
*/
#include "stdafx.h"
#include "UAccCOM2.h"
#include "UAccCOM.h"
#include "AccEditableText.h"
#include <com/sun/star/accessibility/XAccessible.hpp>
#include <com/sun/star/accessibility/XAccessibleContext.hpp>
......
......@@ -18,7 +18,7 @@
*/
#include "stdafx.h"
#include "UAccCOM2.h"
#include "UAccCOM.h"
#include "AccHyperLink.h"
#include <com/sun/star/accessibility/XAccessible.hpp>
#include <com/sun/star/accessibility/XAccessibleAction.hpp>
......
......@@ -18,7 +18,7 @@
*/
#include "stdafx.h"
#include "UAccCOM2.h"
#include "UAccCOM.h"
#include "AccHypertext.h"
#include "act.hxx"
......
......@@ -18,7 +18,7 @@
*/
#include "stdafx.h"
#include "UAccCOM2.h"
#include "UAccCOM.h"
#include "AccImage.h"
#include <com/sun/star/accessibility/XAccessible.hpp>
#include <com/sun/star/accessibility/XAccessibleContext.hpp>
......
......@@ -18,7 +18,7 @@
*/
#include "stdafx.h"
#include "UAccCOM2.h"
#include "UAccCOM.h"
#include "AccRelation.h"
#include <com/sun/star/accessibility/XAccessible.hpp>
#include <com/sun/star/accessibility/XAccessibleContext.hpp>
......
......@@ -21,7 +21,7 @@
* AccTable.cpp : Implementation of CAccTable.
*/
#include "stdafx.h"
#include "UAccCOM2.h"
#include "UAccCOM.h"
#include "AccTable.h"
#include <com/sun/star/accessibility/XAccessible.hpp>
#include "MAccessible.h"
......
......@@ -18,7 +18,7 @@
*/
#include "stdafx.h"
#include "UAccCOM2.h"
#include "UAccCOM.h"
#include "AccText.h"
using namespace com::sun::star::accessibility;
......
......@@ -18,7 +18,7 @@
*/
#include "stdafx.h"
#include "UAccCOM2.h"
#include "UAccCOM.h"
#include "AccValue.h"
#include "MAccessible.h"
#include <com/sun/star/accessibility/XAccessible.hpp>
......
......@@ -18,7 +18,7 @@
*/
#include "stdafx.h"
#include "UAccCOM2.h"
#include "UAccCOM.h"
#include "EnumVariant.h"
#include "MAccessible.h"
......
......@@ -23,7 +23,7 @@
#include "resource.h" // main symbols
#include <com/sun/star/accessibility/XAccessible.hpp>
#include <com/sun/star/accessibility/XAccessibleSelection.hpp>
#include "UAccCOM2.h"
#include "UAccCOM.h"
#include <AccObjectManagerAgent.hxx>
......
......@@ -18,7 +18,7 @@
*/
#include "stdafx.h"
#include "UAccCOM2.h"
#include "UAccCOM.h"
#include "MAccessible.h"
#include <algorithm>
......
......@@ -20,7 +20,7 @@
#include "stdafx.h"
#include "resource.h"
#include <initguid.h>
#include "UAccCOM2.h"
#include "UAccCOM.h"
#include "UAccCOM_i.c"
#include "ia2_api_all_i.c"
......
......@@ -18,7 +18,7 @@
*/
#include "stdafx.h"
#include "UAccCOM2.h"
#include "UAccCOM.h"
#include "UNOXWrapper.h"
/////////////////////////////////////////////////////////////////////////////
......
......@@ -24,7 +24,7 @@
#include <com/sun/star/accessibility/XAccessible.hpp>
#include "UAccCOM2.h"
#include "UAccCOM.h"
/**
* CUNOXWrapper implements IUNOXWrapper interface.
......
......@@ -20,7 +20,7 @@
#include "AccObjectManagerAgent.hxx"
#include "AccObjectWinManager.hxx"
#include "UAccCOM2.h"
#include "UAccCOM.h"
using namespace com::sun::star::uno;
using namespace com::sun::star::accessibility;
......
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