summaryrefslogtreecommitdiff
path: root/include/osl
diff options
context:
space:
mode:
Diffstat (limited to 'include/osl')
-rw-r--r--include/osl/process.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/include/osl/process.h b/include/osl/process.h
index ee7b401703fa..49fe59264059 100644
--- a/include/osl/process.h
+++ b/include/osl/process.h
@@ -396,11 +396,7 @@ SAL_DLLPUBLIC oslProcessError SAL_CALL osl_getProcessWorkingDir(
/** Get the locale the process is currently running in.
- The unix implementation caches the value it returns, so if you have to change the locale
- your are running in, you will have to use osl_setProcessLocale
-
@param ppLocale [out] a pointer that receives the currently selected locale structure
- @see osl_setProcessLocale
*/
SAL_DLLPUBLIC oslProcessError SAL_CALL osl_getProcessLocale(
@@ -409,7 +405,9 @@ SAL_DLLPUBLIC oslProcessError SAL_CALL osl_getProcessLocale(
/** Change the locale of the process.
@param pLocale [in] a pointer to the locale to be set
- @see osl_getProcessLocale
+
+ @deprecated LibreOffice itself does not use this, and client code should
+ not have good use for it either. It may eventually be removed.
*/
SAL_DLLPUBLIC oslProcessError SAL_CALL osl_setProcessLocale(