summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/rdf
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/rdf
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/rdf')
-rw-r--r--offapi/com/sun/star/rdf/XNamedGraph.idl2
-rw-r--r--offapi/com/sun/star/rdf/XRepository.idl2
2 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/rdf/XNamedGraph.idl b/offapi/com/sun/star/rdf/XNamedGraph.idl
index b579b5a2548c..fc49063ec03d 100644
--- a/offapi/com/sun/star/rdf/XNamedGraph.idl
+++ b/offapi/com/sun/star/rdf/XNamedGraph.idl
@@ -43,7 +43,7 @@ module com { module sun { module star { module rdf {
<member>XRepository::destroyGraph</member>.
If a graph is destroyed, subsequent calls to <member>addStatement</member>,
<member>removeStatements</member> will fail with an
- <type scope="com::sun::star::container">NoSuchElementException</type>.
+ com::sun::star::container::NoSuchElementException.
</p>
@since OOo 3.2
diff --git a/offapi/com/sun/star/rdf/XRepository.idl b/offapi/com/sun/star/rdf/XRepository.idl
index 9c9491d17d1a..38673678cdfc 100644
--- a/offapi/com/sun/star/rdf/XRepository.idl
+++ b/offapi/com/sun/star/rdf/XRepository.idl
@@ -88,7 +88,7 @@ interface XRepository
<type scope="com::sun::star::datatransfer">UnsupportedFlavorException
</type> is raised.
If the format requires use of a BaseURI, but none is given, an
- <type scope="com::sun::star::lang">IllegalArgumentException</type>
+ com::sun::star::lang::IllegalArgumentException
is raised.
</p>