From 2befa12ce02c7743a1cd4eaba8fc78ad73e20c2f Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 21 Sep 2015 15:47:47 +0200 Subject: RDF: updated URLs Change-Id: I604cef365d2b45c26686a9eaf014d431a4538153 Signed-off-by: Michael Stahl --- offapi/com/sun/star/rdf/FileFormat.idl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'offapi') diff --git a/offapi/com/sun/star/rdf/FileFormat.idl b/offapi/com/sun/star/rdf/FileFormat.idl index edf7daa8c240..e517220df479 100644 --- a/offapi/com/sun/star/rdf/FileFormat.idl +++ b/offapi/com/sun/star/rdf/FileFormat.idl @@ -51,13 +51,13 @@ constants FileFormat /// N3 (Notation-3) const short N3 = 1; // "text/rdf+n3"; - /// N-Triples + /// N-Triples const short NTRIPLES = 2; // "text/plain"; - /// TriG + /// TriG const short TRIG = 3; // "application/x-trig"; - /// TriX + /// TriX const short TRIX = 4; // "if only the damn server were up I'd know"; /// Turtle -- cgit