sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit 7bbe6e5c72178781cb798f7c8497619422372c13 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sat Aug 22 23:04:25 2020 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sun Aug 23 12:45:26 2020 +0200 Fix typo in code Change-Id: I762b2cfa3aafed4f68743c58c0b3eff556efe846 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101214 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx b/sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx index 67c1a1fb08b7..859641ddb328 100644 --- a/sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx +++ b/sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx @@ -653,7 +653,7 @@ uno::Any SAL_CALL AccessibleDocumentViewBase::getExtendedAttributes() { ::osl::MutexGuard aGuard (maMutex); - uno::Any anyAtrribute; + uno::Any anyAttribute; OUStringBuffer sValue; if (nullptr != dynamic_cast<const ::sd::DrawViewShell* > (mpViewShell)) { @@ -760,8 +760,8 @@ uno::Any SAL_CALL AccessibleDocumentViewBase::getExtendedAttributes() } } if (sValue.getLength()) - anyAtrribute <<= sValue.makeStringAndClear(); - return anyAtrribute; + anyAttribute <<= sValue.makeStringAndClear(); + return anyAttribute; } sal_Int32 SAL_CALL AccessibleDocumentViewBase::getForeground( ) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits