summaryrefslogtreecommitdiffstats
path: root/include/sfx2/sfxresid.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/sfxresid.hxx')
-rw-r--r--include/sfx2/sfxresid.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sfx2/sfxresid.hxx b/include/sfx2/sfxresid.hxx
index 922c59941738..62bbc99e92bc 100644
--- a/include/sfx2/sfxresid.hxx
+++ b/include/sfx2/sfxresid.hxx
@@ -21,8 +21,9 @@
#include <sfx2/dllapi.h>
#include <rtl/ustring.hxx>
+#include <string_view>
-SFX2_DLLPUBLIC OUString SfxResId(const char* pId);
+SFX2_DLLPUBLIC OUString SfxResId(std::string_view aId);
#endif