summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/resource/XResourceBundle.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/resource/XResourceBundle.idl')
-rw-r--r--offapi/com/sun/star/resource/XResourceBundle.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/resource/XResourceBundle.idl b/offapi/com/sun/star/resource/XResourceBundle.idl
index 06f6bb2c0867..899a0daed301 100644
--- a/offapi/com/sun/star/resource/XResourceBundle.idl
+++ b/offapi/com/sun/star/resource/XResourceBundle.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/lang/Locale.idl>
-//=============================================================================
module com { module sun { module star { module resource {
-//=============================================================================
/** Resource bundles contain locale-specific objects.
<p>When your program needs a locale-specific resource, such as
@@ -189,7 +187,6 @@ module com { module sun { module star { module resource {
*/
published interface XResourceBundle: com::sun::star::container::XNameAccess
{
- //-------------------------------------------------------------------------
/** contains the parent bundle of this bundle.
<p>The parent bundle is searched by the method
@@ -198,7 +195,6 @@ published interface XResourceBundle: com::sun::star::container::XNameAccess
*/
[attribute] XResourceBundle Parent;
- //-------------------------------------------------------------------------
/** @returns
the locale for this resource bundle.
@@ -209,7 +205,6 @@ published interface XResourceBundle: com::sun::star::container::XNameAccess
*/
com::sun::star::lang::Locale getLocale();
- //-------------------------------------------------------------------------
/** @returns
an object from a resource bundle or NULL if no resource
exists.
@@ -223,7 +218,6 @@ published interface XResourceBundle: com::sun::star::container::XNameAccess
};
-//=============================================================================
}; }; }; };