summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/framework/XResourceFactory.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/framework/XResourceFactory.idl')
-rw-r--r--offapi/com/sun/star/drawing/framework/XResourceFactory.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/drawing/framework/XResourceFactory.idl b/offapi/com/sun/star/drawing/framework/XResourceFactory.idl
index b0d5d81a0ed1..f6f33cf5f740 100644
--- a/offapi/com/sun/star/drawing/framework/XResourceFactory.idl
+++ b/offapi/com/sun/star/drawing/framework/XResourceFactory.idl
@@ -35,8 +35,8 @@
module com { module sun { module star { module drawing { module framework {
-published interface XResource;
-published interface XResourceId;
+interface XResource;
+interface XResourceId;
/** Factory and possibly cache for creating and releasing resources.
<p>A resource factory is created and used by the
@@ -44,7 +44,7 @@ published interface XResourceId;
<p>A factory may want to implement a cache to reuse previously released
resources.</p>
*/
-published interface XResourceFactory
+interface XResourceFactory
{
/** Create a resource for the given <type>XResourceId</type> object.
@param xResourceId