offapi/UnoApi_offapi.mk | 1 offapi/com/sun/star/awt/AccessibleListBoxList.idl | 37 ---------------------- 2 files changed, 38 deletions(-)
New commits: commit 5a545388c39dbdb5ed0d70a93b7da953cf7f4a47 Author: Michael Weghorn <[email protected]> AuthorDate: Wed Mar 4 18:27:54 2026 +0100 Commit: Michael Weghorn <[email protected]> CommitDate: Thu Mar 5 11:18:33 2026 +0100 [API CHANGE] a11y: Drop com.sun.star.awt.AccessibleListBoxList Drop the unpublished service "com.sun.star.accessibility.AccessibleListItem". It is unused, not implemented by anything. Change-Id: I4e78c2cd5375b5fad8e74e6d9b4956e9109442f2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/200965 Tested-by: Jenkins Reviewed-by: Michael Weghorn <[email protected]> diff --git a/offapi/UnoApi_offapi.mk b/offapi/UnoApi_offapi.mk index 714354c48d77..63642636ee3b 100644 --- a/offapi/UnoApi_offapi.mk +++ b/offapi/UnoApi_offapi.mk @@ -492,7 +492,6 @@ $(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,com/sun/star/awt,\ AccessibleFixedText \ AccessibleList \ AccessibleListBox \ - AccessibleListBoxList \ AccessibleMenu \ AccessibleMenuBar \ AccessibleMenuItem \ diff --git a/offapi/com/sun/star/awt/AccessibleListBoxList.idl b/offapi/com/sun/star/awt/AccessibleListBoxList.idl deleted file mode 100644 index 5c691f43aa4d..000000000000 --- a/offapi/com/sun/star/awt/AccessibleListBoxList.idl +++ /dev/null @@ -1,37 +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 . - */ - - -module com { module sun { module star { module awt { - -/** Accessible list box lists are used by list boxes as container for - the list items. In addition of the simple container functionality of the - AccessibleList service the - com::sun::star::accessibility::XAccessibleSelection interface is supported. - - @since OOo 1.1.2 -*/ -service AccessibleListBoxList -{ - service AccessibleList; -}; - -}; }; }; }; - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
