offapi/UnoApi_offapi.mk | 1 offapi/com/sun/star/accessibility/XAccessibleGetAccFlowTo.idl | 38 ---------- 2 files changed, 39 deletions(-)
New commits: commit 788cfded8e020be7a338e2dfc9d6000c76777ec4 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Wed May 27 20:36:27 2020 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Thu May 28 10:51:52 2020 +0200 [API CHANGE] drop unpublished XAccessibleGetAccFlowTo Change-Id: I7e67677396bd50d59b519e6acf2b3c75d3c12ddd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95007 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/offapi/UnoApi_offapi.mk b/offapi/UnoApi_offapi.mk index aacbe14805d3..68a493cfa6ac 100644 --- a/offapi/UnoApi_offapi.mk +++ b/offapi/UnoApi_offapi.mk @@ -1640,7 +1640,6 @@ $(eval $(call gb_UnoApi_add_idlfiles,offapi,com/sun/star/accessibility,\ XAccessibleEventListener \ XAccessibleExtendedAttributes \ XAccessibleExtendedComponent \ - XAccessibleGetAccFlowTo \ XAccessibleGroupPosition \ XAccessibleHyperlink \ XAccessibleHypertext \ diff --git a/offapi/com/sun/star/accessibility/XAccessibleGetAccFlowTo.idl b/offapi/com/sun/star/accessibility/XAccessibleGetAccFlowTo.idl deleted file mode 100644 index 56246775b5cc..000000000000 --- a/offapi/com/sun/star/accessibility/XAccessibleGetAccFlowTo.idl +++ /dev/null @@ -1,38 +0,0 @@ -/* -*- 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 __com_sun_star_accessibility_XAccessibleGetAccFlowTo_idl_ -#define __com_sun_star_accessibility_XAccessibleGetAccFlowTo_idl_ - -#include <com/sun/star/uno/XInterface.idl> - -module com { module sun { module star { module accessibility { - -// !!! -// MT: When integrating this, interface and method names should be renamed somehow. Of course, file name also need to change then... -// !!! -interface XAccessibleGetAccFlowTo : ::com::sun::star::uno::XInterface -{ - sequence<any> getAccFlowTo([in] any aXShape, [in] long nType); -}; - -}; }; }; }; - -#endif - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits