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.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/xmlsecurity/inc/resourcemanager.hxx b/xmlsecurity/inc/resourcemanager.hxx
index 3516bcfa0db4..d621c4bc7328 100644
--- a/xmlsecurity/inc/resourcemanager.hxx
+++ b/xmlsecurity/inc/resourcemanager.hxx
@@ -34,8 +34,6 @@ class LocaleDataWrapper;
namespace XmlSec
{
- const std::locale& GetResLocale();
-
const LocaleDataWrapper& GetLocaleData();
DateTime GetDateTime( const css::util::DateTime& _rDT );
OUString GetDateTimeString( const css::util::DateTime& _rDT );
@@ -53,7 +51,7 @@ namespace XmlSec
inline OUString XsResId(const char* pId)
{
- return Translate::get(pId, XmlSec::GetResLocale());
+ return Translate::get(pId, Translate::Create("xsc"));
}
#endif