summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/resource/XStringResourceWithStorage.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/resource/XStringResourceWithStorage.idl')
-rw-r--r--offapi/com/sun/star/resource/XStringResourceWithStorage.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/resource/XStringResourceWithStorage.idl b/offapi/com/sun/star/resource/XStringResourceWithStorage.idl
index d2bba99d65a1..25a01bcb6910 100644
--- a/offapi/com/sun/star/resource/XStringResourceWithStorage.idl
+++ b/offapi/com/sun/star/resource/XStringResourceWithStorage.idl
@@ -31,11 +31,9 @@
#include <com/sun/star/resource/XStringResourcePersistence.idl>
-//=============================================================================
module com { module sun { module star { module resource {
-//=============================================================================
/**
Extends <type>XStringResourcePersistence</type> by methods to handle an
associated <type scope="com::sun::star::embed">XStorage</type> instance.
@@ -81,7 +79,6 @@ interface XStringResourceWithStorage: com::sun::star::resource::XStringResourceP
raises( ::com::sun::star::lang::IllegalArgumentException );
};
-//=============================================================================
}; }; }; };