AccessibleDocumentBase.cxx (b3f79822) AccessibleDocumentBase.cxx (0deba7fb)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 31 unchanged lines hidden (view full) ---

40 const uno::Reference<XAccessible>& rxParent)
41 : ScAccessibleContextBase(rxParent, AccessibleRole::DOCUMENT)
42{
43}
44
45ScAccessibleDocumentBase::~ScAccessibleDocumentBase(void)
46{
47}
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 31 unchanged lines hidden (view full) ---

40 const uno::Reference<XAccessible>& rxParent)
41 : ScAccessibleContextBase(rxParent, AccessibleRole::DOCUMENT)
42{
43}
44
45ScAccessibleDocumentBase::~ScAccessibleDocumentBase(void)
46{
47}
48//IAccessibility2 Implementation 2009-----
49void ScAccessibleDocumentBase::SwitchViewFireFocus()
50{
51 CommitFocusGained();
52}
53//-----IAccessibility2 Implementation 2009
54