Fix copy/paste typos

...apparently introduced in 4883fd3114 "weld
ScTabBgColorDlg" and 3e078e17ee "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:
Stephan Bergmann 2023-01-06 16:46:11 +01:00
parent 81e6d47635
commit a2e0d46ec5
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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;