summaryrefslogtreecommitdiff
path: root/xmlsecurity/inc/resourcemanager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/inc/resourcemanager.hxx')
-rw-r--r--xmlsecurity/inc/resourcemanager.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/xmlsecurity/inc/resourcemanager.hxx b/xmlsecurity/inc/resourcemanager.hxx
index 2999d5fd44ff..1dc5b2987484 100644
--- a/xmlsecurity/inc/resourcemanager.hxx
+++ b/xmlsecurity/inc/resourcemanager.hxx
@@ -21,9 +21,6 @@
#include <unotools/resmgr.hxx>
-inline OUString XsResId(std::string_view aId)
-{
- return Translate::get(aId, Translate::Create("xsc"));
-}
+inline OUString XsResId(TranslateId aId) { return Translate::get(aId, Translate::Create("xsc")); }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */