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"; /// TriG - const short TRIG = 3; // "application/x-trig"; + const short TRIG = 3; // "application/trig"; /// TriX - const short TRIX = 4; // "if only the damn server were up I'd know"; + const short TRIX = 4; // "application/trix"; /// Turtle const short TURTLE = 5; // "application/turtle";