summaryrefslogtreecommitdiff
path: root/forms/source/inc/frm_resource.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/inc/frm_resource.hxx')
-rw-r--r--forms/source/inc/frm_resource.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/inc/frm_resource.hxx b/forms/source/inc/frm_resource.hxx
index 5766af787f2c..ea629440bbce 100644
--- a/forms/source/inc/frm_resource.hxx
+++ b/forms/source/inc/frm_resource.hxx
@@ -20,7 +20,7 @@
#pragma once
#include <rtl/ustring.hxx>
-#include <string_view>
+#include <unotools/resmgr.hxx>
namespace frm
{
@@ -32,7 +32,7 @@ namespace frm
{
/** loads the string with the specified resource id from the FormLayer mo file
*/
- OUString loadString(std::string_view aResId);
+ OUString loadString(TranslateId aResId);
};
}