AccessibleDocumentBase.hxx (38d50f7b) AccessibleDocumentBase.hxx (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

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

32class ScAccessibleDocumentBase
33 : public ScAccessibleContextBase
34{
35public:
36 //===== internal ========================================================
37 ScAccessibleDocumentBase(
38 const ::com::sun::star::uno::Reference<
39 ::com::sun::star::accessibility::XAccessible>& rxParent);
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

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

32class ScAccessibleDocumentBase
33 : public ScAccessibleContextBase
34{
35public:
36 //===== internal ========================================================
37 ScAccessibleDocumentBase(
38 const ::com::sun::star::uno::Reference<
39 ::com::sun::star::accessibility::XAccessible>& rxParent);
40//IAccessibility2 Implementation 2009-----
41 virtual void SwitchViewFireFocus();
42//-----IAccessibility2 Implementation 2009
40protected:
41 virtual ~ScAccessibleDocumentBase (void);
42};
43
44
45#endif
46
43protected:
44 virtual ~ScAccessibleDocumentBase (void);
45};
46
47
48#endif
49