summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/rdf
diff options
context:
space:
mode:
authorAurimas Fišeras <aurimas@gmail.com>2011-01-23 15:42:57 +0200
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2011-01-27 10:17:20 +0100
commit85f4d5e755b0768a3ed8e5bfed5702a28a31d8d9 (patch)
treeffb236d95f33f1287898b735bfda3095647108a4 /offapi/com/sun/star/rdf
parentSome fixes to documentation (part 2) (diff)
downloadcore-85f4d5e755b0768a3ed8e5bfed5702a28a31d8d9.tar.gz
core-85f4d5e755b0768a3ed8e5bfed5702a28a31d8d9.zip
Some fixes to documentation (part 3)
Fixes many spelling errors (checked with en_US spell checker). Unifies spelling of some common words. Replaces single quotes ('') with double quotes (""). Fixes several other errors.
Diffstat (limited to 'offapi/com/sun/star/rdf')
-rw-r--r--offapi/com/sun/star/rdf/FileFormat.idl4
-rw-r--r--offapi/com/sun/star/rdf/ParseException.idl2
-rw-r--r--offapi/com/sun/star/rdf/QueryException.idl2
-rw-r--r--offapi/com/sun/star/rdf/RepositoryException.idl2
4 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/rdf/FileFormat.idl b/offapi/com/sun/star/rdf/FileFormat.idl
index e5814ca70828..c36aa313c1fe 100644
--- a/offapi/com/sun/star/rdf/FileFormat.idl
+++ b/offapi/com/sun/star/rdf/FileFormat.idl
@@ -67,8 +67,8 @@ constants FileFormat
/// <a href="http://www.wiwiss.fu-berlin.de/suhl/bizer/TriG/Spec/">TriG</a>
const short TRIG = 3; // "application/x-trig";
- /// <a href="http://sw.nokia.com/trix/TriX.html">TriX</a>
- const short TRIX = 4; // "if only the damn server were up i'd know";
+ /// <a href="http://sw.nokia.com/trix/">TriX</a>
+ const short TRIX = 4; // "if only the damn server were up I'd know";
/// <a href="http://www.dajobe.org/2004/01/turtle/">Turtle</a>
const short TURTLE = 5; // "application/turtle";
diff --git a/offapi/com/sun/star/rdf/ParseException.idl b/offapi/com/sun/star/rdf/ParseException.idl
index 4c75afcadc98..07a537456ffb 100644
--- a/offapi/com/sun/star/rdf/ParseException.idl
+++ b/offapi/com/sun/star/rdf/ParseException.idl
@@ -38,7 +38,7 @@
module com { module sun { module star { module rdf {
//=============================================================================
-/** represents an error condition that is signalled on parsing an RDF file.
+/** represents an error condition that is signaled on parsing an RDF file.
@since OOo 3.0
diff --git a/offapi/com/sun/star/rdf/QueryException.idl b/offapi/com/sun/star/rdf/QueryException.idl
index aa446de10012..1b1053bb4288 100644
--- a/offapi/com/sun/star/rdf/QueryException.idl
+++ b/offapi/com/sun/star/rdf/QueryException.idl
@@ -38,7 +38,7 @@
module com { module sun { module star { module rdf {
//=============================================================================
-/** represents an error condition that is signalled on evaluating a query
+/** represents an error condition that is signaled on evaluating a query
against an RDF Repository.
@since OOo 3.0
diff --git a/offapi/com/sun/star/rdf/RepositoryException.idl b/offapi/com/sun/star/rdf/RepositoryException.idl
index 8d15b23c943b..694b32999f50 100644
--- a/offapi/com/sun/star/rdf/RepositoryException.idl
+++ b/offapi/com/sun/star/rdf/RepositoryException.idl
@@ -38,7 +38,7 @@
module com { module sun { module star { module rdf {
//=============================================================================
-/** represents an error condition that is signalled on accessing an RDF
+/** represents an error condition that is signaled on accessing an RDF
Repository.
@since OOo 3.0