summaryrefslogtreecommitdiff
path: root/linguistic/source/convdicxml.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-05-10 08:25:39 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-05-10 10:44:33 +0200
commit766d88bd73fb6b82082ccf77b1968cd863f9d211 (patch)
tree41616d5b09ebd6baa98ed070fb230ddf9585dacb /linguistic/source/convdicxml.hxx
parent3c5d5d8ae3dfb876386e434257b5b3a81cb96c07 (diff)
loplugin:ostr in linguistic
Change-Id: Iebc2db1c5750a8cea835722c396d6f708fe6e0be Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167426 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'linguistic/source/convdicxml.hxx')
-rw-r--r--linguistic/source/convdicxml.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/linguistic/source/convdicxml.hxx b/linguistic/source/convdicxml.hxx
index 1eca995c151a..98e077fd00a2 100644
--- a/linguistic/source/convdicxml.hxx
+++ b/linguistic/source/convdicxml.hxx
@@ -45,7 +45,7 @@ public:
ConvDicXMLExport( ConvDic &rConvDic,
const OUString &rFileName,
css::uno::Reference< css::xml::sax::XDocumentHandler > const &rHandler) :
- SvXMLExport ( comphelper::getProcessComponentContext(), "com.sun.star.lingu2.ConvDicXMLExport", rFileName,
+ SvXMLExport ( comphelper::getProcessComponentContext(), u"com.sun.star.lingu2.ConvDicXMLExport"_ustr, rFileName,
css::util::MeasureUnit::CM, rHandler ),
rDic ( rConvDic ),
bSuccess ( false )