diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2023-01-06 16:46:11 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2023-01-06 19:01:27 +0000 |
commit | a2e0d46ec556382140069fe473d6e0018e1d2881 (patch) | |
tree | 6b928fec2f7c4e3ae7746aa32d08c10fefb8d565 /svtools | |
parent | 81e6d47635656297cdddc9030f4422c0bcc203f9 (diff) |
Fix copy/paste typos
...apparently introduced in 4883fd31141c3598b25a123033297f847cd18552 "weld
ScTabBgColorDlg" and 3e078e17ee2144fb976a7e6b9227152113cea0d4 "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>
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/control/valueacc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/control/valueacc.cxx b/svtools/source/control/valueacc.cxx index 869724b36827..e6cc64411f1c 100644 --- a/svtools/source/control/valueacc.cxx +++ b/svtools/source/control/valueacc.cxx @@ -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; |