From 6db3a365772c3874ba212738163869fe057266a1 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 3 May 2024 10:47:42 +0200 Subject: replace createFromAscii with OUString literals in XMLBibliographyField Change-Id: I17ba2bce9bd94b8054211d4ea689166ad1227ce8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167168 Tested-by: Jenkins Reviewed-by: Noel Grandin --- xmloff/inc/txtfldi.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmloff/inc') diff --git a/xmloff/inc/txtfldi.hxx b/xmloff/inc/txtfldi.hxx index 4639ec43f38b..7a9deab5a0d5 100644 --- a/xmloff/inc/txtfldi.hxx +++ b/xmloff/inc/txtfldi.hxx @@ -953,7 +953,7 @@ private: virtual void PrepareField( const css::uno::Reference & xPropertySet) override; - static const char* MapBibliographyFieldName(sal_Int32 nElement); + static OUString MapBibliographyFieldName(sal_Int32 nElement); }; /** Import an annotation field () */ -- cgit