bridges/source/cpp_uno/msvc_shared/except.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit aaf44ae6f0e50838a7e6674eada4eedfce91590c
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Tue Oct 13 17:12:26 2020 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Wed Oct 14 08:34:02 2020 +0200

    loplugin:stringconstant (clang-cl)
    
    Change-Id: I407b5e80a331950790f549ac8a50e8d7e49ee6d8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104245
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/bridges/source/cpp_uno/msvc_shared/except.cxx 
b/bridges/source/cpp_uno/msvc_shared/except.cxx
index 5bce2b04bc47..c9432af4e67b 100644
--- a/bridges/source/cpp_uno/msvc_shared/except.cxx
+++ b/bridges/source/cpp_uno/msvc_shared/except.cxx
@@ -70,7 +70,7 @@ static OUString toUNOname(OUString const& rRTTIname) throw()
 static OUString toRTTIname(OUString const& rUNOname) throw()
 {
     OUStringBuffer aRet(64);
-    aRet.appendAscii(".?AV"); // class ".?AV"; struct ".?AU"
+    aRet.append(".?AV"); // class ".?AV"; struct ".?AU"
     sal_Int32 nPos = rUNOname.getLength();
     while (nPos > 0)
     {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to