summaryrefslogtreecommitdiff
path: root/framework/inc/classes/fwkresid.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/classes/fwkresid.hxx')
-rw-r--r--framework/inc/classes/fwkresid.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/classes/fwkresid.hxx b/framework/inc/classes/fwkresid.hxx
index 4aacac961019..5023f34a238b 100644
--- a/framework/inc/classes/fwkresid.hxx
+++ b/framework/inc/classes/fwkresid.hxx
@@ -20,8 +20,8 @@
#pragma once
#include <rtl/ustring.hxx>
-#include <string_view>
+#include <unotools/resmgr.hxx>
-OUString FwkResId(std::string_view aId);
+OUString FwkResId(TranslateId aId);
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */