[Libreoffice-commits] core.git: 2 commits - offapi/com
Michael Stahl
mstahl at redhat.com
Tue Nov 10 13:40:47 PST 2015
offapi/com/sun/star/rdf/FileFormat.idl | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
New commits:
commit 4db3342e84dbbc80e0cb893b4739f6c617e9c19c
Author: Michael Stahl <mstahl at redhat.com>
Date: Tue Nov 10 22:36:21 2015 +0100
update the RDF media types as well
Change-Id: Ic10dbef286d12e897841fac352d7f6e36086ab20
diff --git a/offapi/com/sun/star/rdf/FileFormat.idl b/offapi/com/sun/star/rdf/FileFormat.idl
index e517220..5b48ed2 100644
--- a/offapi/com/sun/star/rdf/FileFormat.idl
+++ b/offapi/com/sun/star/rdf/FileFormat.idl
@@ -55,10 +55,10 @@ constants FileFormat
const short NTRIPLES = 2; // "text/plain";
/// <a href="http://www.w3.org/TR/trig/">TriG</a>
- const short TRIG = 3; // "application/x-trig";
+ const short TRIG = 3; // "application/trig";
/// <a href="https://web.archive.org/web/20110724134923/http://sw.nokia.com/trix/">TriX</a>
- const short TRIX = 4; // "if only the damn server were up I'd know";
+ const short TRIX = 4; // "application/trix";
/// <a href="http://www.dajobe.org/2004/01/turtle/">Turtle</a>
const short TURTLE = 5; // "application/turtle";
commit 2befa12ce02c7743a1cd4eaba8fc78ad73e20c2f
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Mon Sep 21 15:47:47 2015 +0200
RDF: updated URLs
Change-Id: I604cef365d2b45c26686a9eaf014d431a4538153
Signed-off-by: Michael Stahl <mstahl at redhat.com>
diff --git a/offapi/com/sun/star/rdf/FileFormat.idl b/offapi/com/sun/star/rdf/FileFormat.idl
index edf7daa..e517220 100644
--- a/offapi/com/sun/star/rdf/FileFormat.idl
+++ b/offapi/com/sun/star/rdf/FileFormat.idl
@@ -51,13 +51,13 @@ constants FileFormat
/// <a href="http://www.w3.org/DesignIssues/Notation3">N3 (Notation-3)</a>
const short N3 = 1; // "text/rdf+n3";
- /// <a href="http://www.w3.org/TR/rdf-testcases/#ntriples">N-Triples</a>
+ /// <a href="http://www.w3.org/TR/n-triples/">N-Triples</a>
const short NTRIPLES = 2; // "text/plain";
- /// <a href="http://www.wiwiss.fu-berlin.de/suhl/bizer/TriG/Spec/">TriG</a>
+ /// <a href="http://www.w3.org/TR/trig/">TriG</a>
const short TRIG = 3; // "application/x-trig";
- /// <a href="http://sw.nokia.com/trix/">TriX</a>
+ /// <a href="https://web.archive.org/web/20110724134923/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>
More information about the Libreoffice-commits
mailing list