1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 #include <Qt5XAccessible.hxx>
11 #include <Qt5XAccessible.moc>
13 #include <Qt5Frame.hxx>
14 #include <Qt5Tools.hxx>
15 #include <Qt5Widget.hxx>
17 #include <com/sun/star/accessibility/XAccessible.hpp>
19 #include <sal/log.hxx>
21 using namespace css::accessibility
;
22 using namespace css::uno
;
24 Qt5XAccessible::Qt5XAccessible(Reference
<XAccessible
> xAccessible
)
25 : m_xAccessible(xAccessible
)
29 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */