/* -*- 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 . */ #include #include #include "a11ywrappertoolbar.h" // Wrapper for AXToolbar role @implementation AquaA11yWrapperToolbar : AquaA11yWrapper -(NSArray *)accessibilityAttributeNames { // Related: tdf#148453 Acquire solar mutex during native accessibility calls SolarMutexGuard aGuard; // Default Attributes NSMutableArray * attributeNames = [ NSMutableArray arrayWithArray: [ super accessibilityAttributeNames ] ]; // Special Attributes and removing unwanted attributes depending on role [ attributeNames removeObjectsInArray: [ NSArray arrayWithObjects: NSAccessibilityTitleAttribute, NSAccessibilityEnabledAttribute, nil ] ]; return attributeNames; } @end /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ labora/cp-4.0'>distro/collabora/cp-4.0 LibreOffice 界面翻译代码仓库文档基金会
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2016-07-19 17:38:20 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2016-07-19 17:46:49 +0200
commit80052aba6733db08b4b0124a0c8f2d8662c78713 (patch)
tree72821cc188ee18cd614b4cc458a3290af26ea5e4
parent4659a8d992ac88a1f941ce8d3e81124406d58e57 (diff)
update translations for 5.2.0 rc3
and force-fix errors using pocheck Change-Id: I6dfc62f300cce7174ebc591146350da534cabebc