summaryrefslogtreecommitdiff
path: root/sfx2/source/bastyp/sfxresid.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/bastyp/sfxresid.cxx')
-rw-r--r--sfx2/source/bastyp/sfxresid.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/bastyp/sfxresid.cxx b/sfx2/source/bastyp/sfxresid.cxx
index 74eb3f4aa0fd..2c60a31fe6e8 100644
--- a/sfx2/source/bastyp/sfxresid.cxx
+++ b/sfx2/source/bastyp/sfxresid.cxx
@@ -20,6 +20,6 @@
#include <sfx2/sfxresid.hxx>
#include <unotools/resmgr.hxx>
-OUString SfxResId(const char* pId) { return Translate::get(pId, Translate::Create("sfx")); }
+OUString SfxResId(std::string_view aId) { return Translate::get(aId, Translate::Create("sfx")); }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */