Fix copy/paste typos
...apparently introduced in4883fd3114
"weld ScTabBgColorDlg" and3e078e17ee
"weld SfxTemplateManagerDlg", resp. Change-Id: I08dd6df262d12bc844a992d6e13b9732860e74bd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145159 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
parent
81e6d47635
commit
a2e0d46ec5
2 changed files with 2 additions and 2 deletions
|
@ -131,7 +131,7 @@ sal_Int64 SAL_CALL ThumbnailViewAcc::getAccessibleIndexInParent()
|
|||
}
|
||||
catch (const uno::Exception&)
|
||||
{
|
||||
TOOLS_WARN_EXCEPTION( "sfx", "OAccessibleContextHelper::getAccessibleIndexInParent" );
|
||||
TOOLS_WARN_EXCEPTION( "sfx", "ThumbnailViewAcc::getAccessibleIndexInParent" );
|
||||
}
|
||||
|
||||
return nRet;
|
||||
|
|
|
@ -573,7 +573,7 @@ sal_Int64 SAL_CALL ValueSetAcc::getAccessibleIndexInParent()
|
|||
}
|
||||
catch (const uno::Exception&)
|
||||
{
|
||||
TOOLS_WARN_EXCEPTION( "svtools", "OAccessibleContextHelper::getAccessibleIndexInParent" );
|
||||
TOOLS_WARN_EXCEPTION( "svtools", "ValueSetAcc::getAccessibleIndexInParent" );
|
||||
}
|
||||
|
||||
return nRet;
|
||||
|
|
Loading…
Reference in a new issue