diff options
author | Noel <noelgrandin@gmail.com> | 2020-12-17 13:33:39 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-12-17 14:05:21 +0100 |
commit | 95283f63fd1095121c30f7fc23259f03a5382955 (patch) | |
tree | 120fe3ecfafd9604f94b11a9c08768647910b950 /xmloff/inc | |
parent | a8e882b5aa7436395e9e3da0316f45690260166b (diff) |
use more string_view in SvXMLUnitConverter
Change-Id: Id40a071e1abf0bf2e13217e8745fdf266010c1c0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107872
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/txtflde.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/inc/txtflde.hxx b/xmloff/inc/txtflde.hxx index 9ea45f66f24c..bf8545b77b60 100644 --- a/xmloff/inc/txtflde.hxx +++ b/xmloff/inc/txtflde.hxx @@ -386,7 +386,7 @@ private: const css::uno::Reference < css::beans::XPropertySet > & xPropSet); /// get field ID from XTextField service name (and it's PropertySet) - static enum FieldIdEnum MapFieldName(const OUString& sFieldName, + static enum FieldIdEnum MapFieldName(std::u16string_view sFieldName, const css::uno::Reference < css::beans::XPropertySet> & xPropSet); /// determine, whether field has string or numeric content |