summaryrefslogtreecommitdiff
path: root/include/svtools/imageresourceaccess.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-29 19:06:50 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:00:58 +0200
commitbf080115bac322b177ffcf1e15aff4de1d742b4c (patch)
tree52c7b2989273a4175dbedab888e1806b7bf6588e /include/svtools/imageresourceaccess.hxx
parent91dde49e9aef3991dbb159507cb03b73ba507818 (diff)
include: convert type scope="foo"> here too
sed -i 's,<type scope="\([^"]*\)">\([^<]\+\)</type>,\1::\2,g' Change-Id: I7eb32acd44132de79cc7ac1e7f78b43bb4814d14
Diffstat (limited to 'include/svtools/imageresourceaccess.hxx')
-rw-r--r--include/svtools/imageresourceaccess.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/imageresourceaccess.hxx b/include/svtools/imageresourceaccess.hxx
index b8282da72167..43873020ab00 100644
--- a/include/svtools/imageresourceaccess.hxx
+++ b/include/svtools/imageresourceaccess.hxx
@@ -52,7 +52,7 @@ namespace svt
an SvStream for this image.
This method works for arbitrary URLs denoting an image, since the
- <type scope="com::sun::star::graphics">GraphicsProvider</type> service is used
+ com::sun::star::graphics::GraphicsProvider service is used
to resolve the URL. However, obtaining the stream is expensive (since
the image must be copied), so you are strongly encouraged to only use it
when you know that the image is small enough.
@@ -63,7 +63,7 @@ namespace svt
);
/** for a given URL of an image within a resource ( or an image specified by a vnd.sun.star.GraphicObject scheme URL ), this method retrieves
- an <type scope="com::sun::star::io">XInputStream</type> for this image.
+ an com::sun::star::io::XInputStream for this image.
*/
SVT_DLLPUBLIC static ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >
getImageXStream(