summaryrefslogtreecommitdiff
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.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/resource/XResourceBundle.idl b/offapi/com/sun/star/resource/XResourceBundle.idl
index 899a0daed301..fa50b6d1ecfa 100644
--- a/offapi/com/sun/star/resource/XResourceBundle.idl
+++ b/offapi/com/sun/star/resource/XResourceBundle.idl
@@ -80,7 +80,7 @@ module com { module sun { module star { module resource {
When your program needs a locale-specific object, it loads
the <code>XResourceBundle</code> implementation using the
- <type>XResourceBundleLoader</type> service:
+ XResourceBundleLoader service:
<listing>
XResourceBundle myResources = xLoader.getBundle("MyResources", currentLocale);