summaryrefslogtreecommitdiff
path: root/svx/source/gengal
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/gengal')
-rw-r--r--svx/source/gengal/gengal.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/gengal/gengal.cxx b/svx/source/gengal/gengal.cxx
index d57174ff8913..95c415d60a2f 100644
--- a/svx/source/gengal/gengal.cxx
+++ b/svx/source/gengal/gengal.cxx
@@ -55,7 +55,7 @@ protected:
}
-static void createTheme( const OUString& aThemeName, const OUString& aGalleryURL,
+static void createTheme( const OUString& aThemeName, std::u16string_view aGalleryURL,
const OUString& aDestDir, std::vector<INetURLObject> &rFiles,
bool bRelativeURLs )
{
@@ -135,7 +135,7 @@ static int PrintHelp()
return EXIT_SUCCESS;
}
-static INetURLObject Smartify( const OUString &rPath )
+static INetURLObject Smartify( std::u16string_view rPath )
{
INetURLObject aURL;
aURL.SetSmartURL( rPath );