summaryrefslogtreecommitdiff
path: root/sw/inc/docsh.hxx
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2020-01-08 16:19:36 +0100
committerTomaž Vajngerl <quikee@gmail.com>2020-01-09 17:05:05 +0100
commit08886d9d01eb5d3356290ba6d8eeca899cde45cc (patch)
tree9ee9700b82bd44203b31d0e59b405f47cf8358ba /sw/inc/docsh.hxx
parent1327fa4b1dff932500c690c263840fde192988ed (diff)
tdf#45636 trigger accessibility check when exporting as PDF/UA
This triggers the accessibility check, when we want to export the PDF with PDF/UA functionallity. If issues are found, it will show the issues. OK will continue with export despite the issues and cancel will cancel the whole PDF export. Change-Id: I2fde97381e08e9c2c79473888caa36e8dd828979 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86387 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'sw/inc/docsh.hxx')
-rw-r--r--sw/inc/docsh.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/docsh.hxx b/sw/inc/docsh.hxx
index b3a993488c20..a182cf8e8d60 100644
--- a/sw/inc/docsh.hxx
+++ b/sw/inc/docsh.hxx
@@ -252,6 +252,7 @@ public:
bool bTemplate = false ) const override;
virtual std::set<Color> GetDocColors() override;
+ sfx::AccessibilityIssueCollection runAccessibilityCheck() override;
virtual void LoadStyles( SfxObjectShell& rSource ) override;