diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2021-09-30 09:52:22 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2021-09-30 12:25:34 +0200 |
commit | 348cb77fddd30944445e0c8eb4f005743b2b7542 (patch) | |
tree | 21a36d287bb8534f2e7295dc4b4ceb368c52c7fc /winaccessibility/source | |
parent | 471a0e328cf66f8a288ef0306decf557362c13af (diff) |
loplugin:sallogareas (clang-cl)
Change-Id: I6a529d2eb737d284bf1e9c1857680c33581f5e0e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122846
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'winaccessibility/source')
-rw-r--r-- | winaccessibility/source/UAccCOM/AccTextBase.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winaccessibility/source/UAccCOM/AccTextBase.cxx b/winaccessibility/source/UAccCOM/AccTextBase.cxx index aef8e80b572f..5fb59edb494d 100644 --- a/winaccessibility/source/UAccCOM/AccTextBase.cxx +++ b/winaccessibility/source/UAccCOM/AccTextBase.cxx @@ -65,7 +65,7 @@ sal_Int16 lcl_matchIA2TextBoundaryType(IA2TextBoundaryType boundaryType) break; } - SAL_WARN("winaccessibility", "Unmatched text boundary type: " << boundaryType); + SAL_WARN("iacc2", "Unmatched text boundary type: " << boundaryType); return -1; } } |