diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-05-03 10:47:42 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-05-06 08:26:32 +0200 |
commit | 6db3a365772c3874ba212738163869fe057266a1 (patch) | |
tree | 3c3cc76f18d2626a47084b26e4a9e280ad27e782 /xmloff/inc | |
parent | 7dafe7d3b61060b8e9469594c86ed49e55874c78 (diff) |
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 <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/txtfldi.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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<css::beans::XPropertySet> & xPropertySet) override; - static const char* MapBibliographyFieldName(sal_Int32 nElement); + static OUString MapBibliographyFieldName(sal_Int32 nElement); }; /** Import an annotation field (<text:annotation>) */ |