tdf#158067 Replace OUStringLiteral in accdoc

Change-Id: I88bfdf41137adf34ca5af4e73cf6ca487d8fe5ef
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158899
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
diff --git a/sw/source/core/access/accdoc.cxx b/sw/source/core/access/accdoc.cxx
index d1bb9d8..a1cf511 100644
--- a/sw/source/core/access/accdoc.cxx
+++ b/sw/source/core/access/accdoc.cxx
@@ -52,7 +52,6 @@
#include <dcontact.hxx>
#include <svx/svdmark.hxx>
constexpr OUString sServiceName = u"com.sun.star.text.AccessibleTextDocumentView"_ustr;
constexpr OUStringLiteral sImplementationName = u"com.sun.star.comp.Writer.SwAccessibleDocumentView";

using namespace ::com::sun::star;
using namespace ::com::sun::star::accessibility;
@@ -421,7 +420,7 @@ IMPL_LINK( SwAccessibleDocument, WindowChildEventListener, VclWindowEvent&, rEve

OUString SAL_CALL SwAccessibleDocument::getImplementationName()
{
    return sImplementationName;
    return u"com.sun.star.comp.Writer.SwAccessibleDocumentView"_ustr;
}

sal_Bool SAL_CALL SwAccessibleDocument::supportsService(const OUString& sTestServiceName)