summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-05-27 20:36:27 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-05-28 10:51:52 +0200
commit788cfded8e020be7a338e2dfc9d6000c76777ec4 (patch)
tree90631267f80865b05a5731a7fc1a4f69c01e4227 /offapi
parentfb2045ee7f113b9f6252b216ebb17544e730c410 (diff)
[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 <caolanm@redhat.com>
Diffstat (limited to 'offapi')
-rw-r--r--offapi/UnoApi_offapi.mk1
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleGetAccFlowTo.idl38
2 files changed, 0 insertions, 39 deletions
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: */