summaryrefslogtreecommitdiff
path: root/xmloff/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-05-03 10:47:42 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-05-06 08:26:32 +0200
commit6db3a365772c3874ba212738163869fe057266a1 (patch)
tree3c3cc76f18d2626a47084b26e4a9e280ad27e782 /xmloff/inc
parent7dafe7d3b61060b8e9469594c86ed49e55874c78 (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.hxx2
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>) */