diff options
author | Oliver Braun <obr@openoffice.org> | 2001-11-12 14:51:50 +0000 |
---|---|---|
committer | Oliver Braun <obr@openoffice.org> | 2001-11-12 14:51:50 +0000 |
commit | 6d62202d1cfd2cd6bf30748bbca6754e909223d8 (patch) | |
tree | 2f932c84cfc7f06eb588aef9b5285147dd36cfe8 /sal/inc/osl/nlsupport.h | |
parent | eca0b7aab80811bd4aa03aaf8b5f1ba8bd961002 (diff) |
#88337# docu review
Diffstat (limited to 'sal/inc/osl/nlsupport.h')
-rw-r--r-- | sal/inc/osl/nlsupport.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sal/inc/osl/nlsupport.h b/sal/inc/osl/nlsupport.h index a351f9ca6ae6..fa75f9a2c87d 100644 --- a/sal/inc/osl/nlsupport.h +++ b/sal/inc/osl/nlsupport.h @@ -2,9 +2,9 @@ * * $RCSfile: nlsupport.h,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: jsc $ $Date: 2001-04-26 08:22:27 $ + * last change: $Author: obr $ $Date: 2001-11-12 15:51:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -75,15 +75,14 @@ extern "C" { #endif -/** - Determines the text encoding used by the underlying platform for the +/** Determines the text encoding used by the underlying platform for the specified locale. @param pLocale the locale to return the text encoding for. If this parameter is NULL, the default locale of the current process is used. - @returns the rtl_TextEncoding that matches the platform specific encoding + @return the rtl_TextEncoding that matches the platform specific encoding description or RTL_TEXTENCODING_DONTKNOW if no mapping is available. */ |