diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-05-16 09:28:11 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-05-16 13:14:09 +0200 |
commit | 98142886f21e40d0f7052f18108d9586f4b2fbc5 (patch) | |
tree | cc8722ab529e5bc254f6b0cc998b62276074de8d /unoxml/source/dom/attr.cxx | |
parent | 1a38ff09bef969ad13877e3e752b04e1d590323e (diff) |
loplugin:ostr in unoxml
Change-Id: Iffacc269c97371597188254b44623c011d1cf9db
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167729
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'unoxml/source/dom/attr.cxx')
-rw-r--r-- | unoxml/source/dom/attr.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/source/dom/attr.cxx b/unoxml/source/dom/attr.cxx index d8d873cdf055..00349c5ae49e 100644 --- a/unoxml/source/dom/attr.cxx +++ b/unoxml/source/dom/attr.cxx @@ -195,7 +195,7 @@ namespace DOM // dispatch DOM events to signal change in attribute value // dispatch DomAttrModified + DOMSubtreeModified - OUString sEventName( "DOMAttrModified" ); + OUString sEventName( u"DOMAttrModified"_ustr ); Reference< XDocumentEvent > docevent(getOwnerDocument(), UNO_QUERY); Reference< XMutationEvent > event(docevent->createEvent(sEventName),UNO_QUERY); event->initMutationEvent( |