[Libreoffice-commits] core.git: sd/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sun Aug 23 10:46:04 UTC 2020
sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 7bbe6e5c72178781cb798f7c8497619422372c13
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Aug 22 23:04:25 2020 +0200
Commit: Julien Nabet <serval2412 at 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 <serval2412 at 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( )
More information about the Libreoffice-commits
mailing list