diff options
author | Eike Rathke <erack@redhat.com> | 2012-11-29 14:14:00 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2012-11-29 14:15:09 +0100 |
commit | 214465477d80443b58d41124340702424532173b (patch) | |
tree | 984aa2afd24c237122a81e17025c73ac09c530fe /offapi | |
parent | ee929741fe528399e9c1abb075d109f2aacc66c7 (diff) |
i18n is not a deprecated draft
Change-Id: I5d8f0626448da30bad2dcef745868498000c619d
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/modules.idl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/offapi/com/sun/star/modules.idl b/offapi/com/sun/star/modules.idl index d03318ec3495..8661645af849 100644 --- a/offapi/com/sun/star/modules.idl +++ b/offapi/com/sun/star/modules.idl @@ -97,7 +97,8 @@ module geometry {}; /// Interfaces for graphic handling module graphic {}; -/// Interface for internationalization (deprecated draft). +/** Interface for internationalization. Regard this as an internal API, + subject to change. */ module i18n {}; /// lightweight directory access protocol (LDAP) |