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