summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/i18n/LocaleData.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
committerMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
commitcb23f6a62077022736a40d6315ee92a218f489e0 (patch)
tree713895d0de4930fd1a37b2fb7bb6ded971a2acdf /offapi/com/sun/star/i18n/LocaleData.idl
parent625aff4ec7a47d618a9da160e962fc6fb5c834c5 (diff)
#94968# IDL reviews merged
Diffstat (limited to 'offapi/com/sun/star/i18n/LocaleData.idl')
-rw-r--r--offapi/com/sun/star/i18n/LocaleData.idl15
1 files changed, 8 insertions, 7 deletions
diff --git a/offapi/com/sun/star/i18n/LocaleData.idl b/offapi/com/sun/star/i18n/LocaleData.idl
index e8cd66c0c3dd..74d2adeaa33b 100644
--- a/offapi/com/sun/star/i18n/LocaleData.idl
+++ b/offapi/com/sun/star/i18n/LocaleData.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: LocaleData.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: bustamam $ $Date: 2001-10-12 21:22:34 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:05:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,19 +65,20 @@
#include <com/sun/star/lang/XServiceInfo.idl>
#include <com/sun/star/i18n/XLocaleData.idl>
-//=============================================================================
+//============================================================================
module com { module sun { module star { module i18n {
-//=============================================================================
+//============================================================================
-/// Access locale data
+/// Access locale specific data.
service LocaleData
{
interface com::sun::star::i18n::XLocaleData;
- interface com::sun::star::lang::XServiceInfo;
+ interface com::sun::star::lang::XServiceInfo;
};
-//=============================================================================
+//============================================================================
}; }; }; };
+//============================================================================
#endif