summaryrefslogtreecommitdiff
path: root/cui/source/inc/dialmgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/dialmgr.hxx')
-rw-r--r--cui/source/inc/dialmgr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/dialmgr.hxx b/cui/source/inc/dialmgr.hxx
index c31fde3a27a3..003941790603 100644
--- a/cui/source/inc/dialmgr.hxx
+++ b/cui/source/inc/dialmgr.hxx
@@ -21,6 +21,6 @@
#include <rtl/ustring.hxx>
-OUString CuiResId(const char* pKey);
+OUString CuiResId(std::string_view aKey);
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */