summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/resource/XStringResourceSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/resource/XStringResourceSupplier.idl')
-rw-r--r--offapi/com/sun/star/resource/XStringResourceSupplier.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/resource/XStringResourceSupplier.idl b/offapi/com/sun/star/resource/XStringResourceSupplier.idl
index 19bfa183e8e7..ff897b3277c1 100644
--- a/offapi/com/sun/star/resource/XStringResourceSupplier.idl
+++ b/offapi/com/sun/star/resource/XStringResourceSupplier.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/resource/XStringResourceResolver.idl>
-//=============================================================================
module com { module sun { module star { module resource {
-//=============================================================================
/**
Provides access to a string resource represented by a
@@ -35,7 +33,6 @@ module com { module sun { module star { module resource {
*/
interface XStringResourceSupplier: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/**
Provides access to a string resource.
@@ -50,7 +47,6 @@ interface XStringResourceSupplier: com::sun::star::uno::XInterface
com::sun::star::resource::XStringResourceResolver getStringResource();
};
-//=============================================================================
}; }; }; };