summaryrefslogtreecommitdiff
path: root/include/unotools/resmgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/resmgr.hxx')
-rw-r--r--include/unotools/resmgr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotools/resmgr.hxx b/include/unotools/resmgr.hxx
index 400f3a74f389..d1c64e399ffe 100644
--- a/include/unotools/resmgr.hxx
+++ b/include/unotools/resmgr.hxx
@@ -29,7 +29,7 @@ typedef OUString (*ResHookProc)(const OUString& rStr);
namespace Translate
{
- UNOTOOLS_DLLPUBLIC std::locale Create(const sal_Char* pPrefixName, const LanguageTag& rLocale = SvtSysLocale().GetUILanguageTag());
+ UNOTOOLS_DLLPUBLIC std::locale Create(const char* pPrefixName, const LanguageTag& rLocale = SvtSysLocale().GetUILanguageTag());
UNOTOOLS_DLLPUBLIC OUString get(const char* pId, const std::locale &loc);
UNOTOOLS_DLLPUBLIC OUString nget(const char* pId, int n, const std::locale &loc);
UNOTOOLS_DLLPUBLIC void SetReadStringHook( ResHookProc pProc );