summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-10-05 11:54:46 +0000
committerKurt Zenker <kz@openoffice.org>2006-10-05 11:54:46 +0000
commit1a32f2f4c12bed051ef8392e5277d8f4c0d140b0 (patch)
tree345c393cff98311a093605043faa2a1a47f35bc8
parente1dc22f88d021ae4ac86cc3c787afaec24036a0d (diff)
INTEGRATION: CWS hsqlcsvstage1 (1.4.188); FILE MERGED
2006/09/20 10:30:03 fs 1.4.188.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein
-rwxr-xr-xoffapi/com/sun/star/graphic/MediaProperties.idl11
1 files changed, 8 insertions, 3 deletions
diff --git a/offapi/com/sun/star/graphic/MediaProperties.idl b/offapi/com/sun/star/graphic/MediaProperties.idl
index a5d1ded1041b..62871390af61 100755
--- a/offapi/com/sun/star/graphic/MediaProperties.idl
+++ b/offapi/com/sun/star/graphic/MediaProperties.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: MediaProperties.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 01:39:05 $
+ * last change: $Author: kz $ $Date: 2006-10-05 12:54:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -57,7 +57,7 @@ published service MediaProperties
<p>In addition to the normal protocols like file:// or http://
you can use private URL's as follows to get access to graphics
- lying inside the resource system within an Office context:</p>
+ lying inside the resource system within an Office context:
<ul>
<li>private:resource/projectshortname/bitmap/12345</li>
@@ -66,6 +66,11 @@ published service MediaProperties
<li>private:resource/projectshortname/imagelist/12345</li>
<li>private:resource/projectshortname/imagelist/12345/12</li>
</ul>
+ </p>
+
+ <p>Yet more, you can access graphics in the application-wide image
+ repository by specifying URLs of the form
+ <code>private:graphicrepository/<em>&lt;path_in_repository&gt;</em></code>.</p>
*/
[optional, property ] string URL;