diff options
Diffstat (limited to 'reportdesign/inc')
-rw-r--r-- | reportdesign/inc/core_resource.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/reportdesign/inc/core_resource.hxx b/reportdesign/inc/core_resource.hxx index 5d6643b83276..f5d6bfb6e1a7 100644 --- a/reportdesign/inc/core_resource.hxx +++ b/reportdesign/inc/core_resource.hxx @@ -22,8 +22,9 @@ #include "dllapi.h" #include <rtl/ustring.hxx> +#include <string_view> -OUString REPORTDESIGN_DLLPUBLIC RptResId(const char* pId); +OUString REPORTDESIGN_DLLPUBLIC RptResId(std::string_view pId); #endif // INCLUDED_REPORTDESIGN_SOURCE_CORE_INC_CORE_RESOURCE_HXX |