diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-03-22 15:59:00 +0000 |
---|---|---|
committer | Szymon Kłos <szymon.klos@collabora.com> | 2020-05-21 11:08:16 +0200 |
commit | 598d8c004fb02036d12ab362aa3711bbd760cfaf (patch) | |
tree | 80cddf149a125eaf79d4967013f0748c8e6051f4 /solenv | |
parent | ba4a10160dcc138da25161c84dd71c7be23f55a5 (diff) |
weld SvxSearchDialog
I have to use the other way to specify an a11y role, both are implemented in
the vcl parser, but in my gtk3-3.24.7 the role tag crashes the gtk parser,
while the other route works fine.
The CONTENT_FLOWS_TO accessibility relation is another additional complexity
over the norm
Change-Id: Ia096bcbe9f00f9944e4e4d5ad9bb1a52d19c7b3f
Reviewed-on: https://gerrit.libreoffice.org/69569
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94592
Tested-by: Szymon Kłos <szymon.klos@collabora.com>
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/clang-format/blacklist | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/solenv/clang-format/blacklist b/solenv/clang-format/blacklist index 0f46e3b6630c..a3c7cd256659 100644 --- a/solenv/clang-format/blacklist +++ b/solenv/clang-format/blacklist @@ -14014,7 +14014,6 @@ svtools/source/uno/wizard/wizardpagecontroller.cxx svtools/source/uno/wizard/wizardpagecontroller.hxx svtools/source/uno/wizard/wizardshell.cxx svtools/source/uno/wizard/wizardshell.hxx -svx/inc/AccessibleSvxFindReplaceDialog.hxx svx/inc/AccessibleTableShape.hxx svx/inc/GalleryControl.hxx svx/inc/dragmt3d.hxx @@ -14134,7 +14133,6 @@ svx/source/accessibility/AccessibleOLEShape.cxx svx/source/accessibility/AccessibleShape.cxx svx/source/accessibility/AccessibleShapeInfo.cxx svx/source/accessibility/AccessibleShapeTreeInfo.cxx -svx/source/accessibility/AccessibleSvxFindReplaceDialog.cxx svx/source/accessibility/AccessibleTextEventQueue.cxx svx/source/accessibility/AccessibleTextEventQueue.hxx svx/source/accessibility/AccessibleTextHelper.cxx |