summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/rendering
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 21:58:51 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:00 +0200
commit9f12a9da8d91364d4d0865021adbe62bfa09148c (patch)
treea74d3d9213f950fff68bca5ba07662e15b82d217 /offapi/com/sun/star/rendering
parent944eb9902788d8afec9e3f0f65d3b680041e039b (diff)
*api: convert <type scope="bar">Foo</type>
This looks much better now. sed -i 's,<type scope="\([^"]*\)">\([^<]\+\)</type>,\1::\2,g' Change-Id: I94cd0f93afa89855b62dadeb229d2b2e1775cd80
Diffstat (limited to 'offapi/com/sun/star/rendering')
-rw-r--r--offapi/com/sun/star/rendering/CanvasFactory.idl2
-rw-r--r--offapi/com/sun/star/rendering/XBitmapCanvas.idl4
2 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/rendering/CanvasFactory.idl b/offapi/com/sun/star/rendering/CanvasFactory.idl
index 96ba84ca7495..b7144c33846f 100644
--- a/offapi/com/sun/star/rendering/CanvasFactory.idl
+++ b/offapi/com/sun/star/rendering/CanvasFactory.idl
@@ -34,7 +34,7 @@ module com { module sun { module star { module rendering {
<p>
Instantiating this service, you can use its
- <type scope="com::sun::star::lang">XMultiComponentFactory</type>
+ com::sun::star::lang::XMultiComponentFactory
interface to create Canvas objects, passing an empty string
as service specifier (default).
If you want to manually override the configured service list, you can pass
diff --git a/offapi/com/sun/star/rendering/XBitmapCanvas.idl b/offapi/com/sun/star/rendering/XBitmapCanvas.idl
index 8c567ae598cd..c30b86a7df47 100644
--- a/offapi/com/sun/star/rendering/XBitmapCanvas.idl
+++ b/offapi/com/sun/star/rendering/XBitmapCanvas.idl
@@ -62,7 +62,7 @@ interface XBitmapCanvas : XCanvas
being applied. Thus, on screen, it does not necessarily
resemble a rectangle any more. The rectangle must be
non-empty, see
- <type scope="::com::sun::star::geometry">RealRectangle2D</type>
+ ::com::sun::star::geometry::RealRectangle2D
for details.
@param sourceViewState
@@ -81,7 +81,7 @@ interface XBitmapCanvas : XCanvas
being applied. Thus, on screen, it does not necessarily
resemble a rectangle any more. The rectangle must be
non-empty, see
- <type scope="::com::sun::star::geometry">RealRectangle2D</type>
+ ::com::sun::star::geometry::RealRectangle2D
for details.
@param destViewState