summaryrefslogtreecommitdiff
path: root/udkapi
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2021-10-13 09:08:25 +0200
committerStephan Bergmann <sbergman@redhat.com>2021-10-14 16:27:32 +0200
commita74d15adced66dfcd63fbec0ce23bb4f7089824b (patch)
treee23f984314a521b6c432bef809881ec0de1f16ac /udkapi
parent58c3dab9e3120fab4db2e9f3c15916a8610cc1b6 (diff)
[API CHANGE] Remove unused css.resource.XLocale
It had been present ever since at least 88c437c597b604524d50f450506285a594bd03a5 "moved from api" from 2000, but was apparently never implemented nor used at least in OOo/LO itself. It is problematic as it uses reserved identifiers ("getDisplayLanguage_Default" etc.) that contain underscores and start with a lowercase letter, and a planned change to unoidl-write will no longer tolerate usage of such reserved identifiers (see the TODO in unoidl/source/sourceprovider-scanner.l). Change-Id: I76a3a3da7b7c1f4c109ca7a12c9f07857ca1be1d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123544 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'udkapi')
-rw-r--r--udkapi/com/sun/star/lang/Locale.idl10
1 files changed, 0 insertions, 10 deletions
diff --git a/udkapi/com/sun/star/lang/Locale.idl b/udkapi/com/sun/star/lang/Locale.idl
index a5c7c7718955..355b5096bbf4 100644
--- a/udkapi/com/sun/star/lang/Locale.idl
+++ b/udkapi/com/sun/star/lang/Locale.idl
@@ -33,16 +33,6 @@ module com { module sun { module star { module lang {
displaying a number is a locale-sensitive operation; the number
should be formatted according to the customs/conventions of the
user's native country, region, or culture. </p>
-
- <p> Because a <code>Locale</code> object is just an identifier for a
- region, no validity check is performed. If you want to see whether
- particular resources are available for the <code>Locale</code>, use
- the com::sun::star::resource::XLocale::getAvailableLocales() method to ask for the
- locales it supports.</p>
-
- <p> Each implementation that performs locale-sensitive operations
- allows you to get all the available objects of that type. Use the
- com::sun::star::resource::XLocale interface to set the locale. </p>
*/
published struct Locale
{