summaryrefslogtreecommitdiffstats
path: root/configmgr/source/components.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/components.hxx')
-rw-r--r--configmgr/source/components.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/configmgr/source/components.hxx b/configmgr/source/components.hxx
index a44097810015..5d7b6b5967ee 100644
--- a/configmgr/source/components.hxx
+++ b/configmgr/source/components.hxx
@@ -96,7 +96,7 @@ public:
Modifications * modifications);
css::beans::Optional< css::uno::Any >
- getExternalValue(OUString const & descriptor);
+ getExternalValue(std::u16string_view descriptor);
private:
Components(const Components&) = delete;
@@ -122,7 +122,7 @@ private:
OUString const & url, bool recursive);
void parseFileList(
- int layer, FileParser * parseFile, OUString const & urls,
+ int layer, FileParser * parseFile, std::u16string_view urls,
bool recordAdditions);
void parseXcdFiles(int layer, OUString const & url);