diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-11-10 22:36:21 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-11-10 22:37:37 +0100 |
commit | 4db3342e84dbbc80e0cb893b4739f6c617e9c19c (patch) | |
tree | d5c383609c031eeca16bace1eb078ef79d3c4bc8 /offapi | |
parent | 2befa12ce02c7743a1cd4eaba8fc78ad73e20c2f (diff) |
update the RDF media types as well
Change-Id: Ic10dbef286d12e897841fac352d7f6e36086ab20
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/rdf/FileFormat.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/rdf/FileFormat.idl b/offapi/com/sun/star/rdf/FileFormat.idl index e517220df479..5b48ed2acc50 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"; |