summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/ExpandContentProvider.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/ExpandContentProvider.idl')
-rw-r--r--offapi/com/sun/star/ucb/ExpandContentProvider.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/ucb/ExpandContentProvider.idl b/offapi/com/sun/star/ucb/ExpandContentProvider.idl
index 1db65c2f5150..38caaa4127c6 100644
--- a/offapi/com/sun/star/ucb/ExpandContentProvider.idl
+++ b/offapi/com/sun/star/ucb/ExpandContentProvider.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -34,22 +34,22 @@ module com { module sun { module star { module ucb {
/** The Expand Content Provider implements a <type>ContentProvider</type>
for the <type>UniversalContentBroker</type> (UCB).
-
+
<p>
It provides access to content via macrofied URLs, e.g.
vnd.sun.star.expand://$UNO_USER_PACKAGES/abc.
-
+
Macros which will be expanded using the singleton
/singletons/com.sun.star.util.theMacroExpander
of the process' initial component context.
-
+
@see Content
*/
service ExpandContentProvider
{
service ContentProvider;
};
-
+
}; }; }; };
#endif